with which controls you worked in Asp.net 2.0?
Answer Posted / badrinath
web server controls
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
how to elimainte the similar data from the different tables
Explain the asp.net page life cycle.
What is server transfer?
How to prevent client side validation from the ASP.NET validation controls?
What is preprocessor in .net? Where it use?
What is the differences between a primary key and a unique key in sql server?
How does a content page different from a master page?
Explain the difference between debug.write and trace.write? When should each be used?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What are the difference between overriding and overloading?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Explain swagger components.
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is the difference between Session and response.Redirect?