Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?
3 12064What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
8 12638Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
2 659217. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
1 5852
Can I combine classic asp and asp.net pages?
What does the hotspot class in .net do?
Explain automatic memory management in .net.
How do you do Client-side validation in .Net?
What is caching? Explain.
What are the advantages of passport authentication?
Which asp.net objects encapsulate the state of the client and the browser?
What is viewstate? What does the “enableviewstate” property do?
What is asynchronous call?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
Describe the disadvantage of cookies.
Where the viewstate is stored after the page postback?
What is asp.net master page?
Why do you use the app_code folder in asp.net?
How can we register exception filter from the action?