Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?
3 11953What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
8 12415Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
2 649917. 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 5786
In Code-Behind class which kind of code (server or client) is found ?
If you want to write your own dot net language, what steps you will you take care?
What are the Types of authentications in IIS
What are the different properties of server control that exists?
Explain asp.net web forms.
Explain the concept of event bubbling in ASP.NET?
What are the media types of http requests and response?
Explain the difference between overriding and overloading?
Why is an object pool required?
Explain the updatepanel?
How do you handle server controls?
What are session and cookies?
Where would you use an ihttpmodule, and what are the limitations of any?
Define a web service in .net?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?