Top questions

Post

New Post


Find by name:

Question Answer
How many types of cookies are there in ASP.NET? Answer # Session Cookie – Resides on the client machine for a single session until the user logs out. Persistent Cookie – Resides on a user’s machine for a period specified for its expiry, such as 10 days, one month, and never based on the settings.
How many types of session state management options available in ASP.NET? Answer # In ASP.Net, there are two session state managemtn options are available, they are: In-Process Out-of-Process.
How you can add an event handler? Using the Attributes property of server side control. e.g. btnSubmit.Attributes.Add("onMouseOver","JavascriptCode();")



Back to HomePage