PROGRAM AREA
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();")
Page 17 of 43
««
«
…
12
13
14
15
16
17
18
19
20
21
…
»
»»
Full Page
Back to HomePage