How many types of session in asp.net2.0
Answer Posted / banumathi
three types of session states in asp.net
InProc
OutProc
SqlServer
Is This Answer Correct ? | 117 Yes | 30 No |
Post New Answer View All Answers
Where you store Connection string in "Web.Config" file in ASP.NET?
What is view state management in asp net?
What is asp.net caching?
Explain asp.net page life cycle?
What is clr? Difference between clr & cts?
What is difference between viewstate and session in asp net?
What is the difference between client-side and server-side validations in ASP.NET?
What is the parent class of all the web server control?
Why does my asp.net file have multiple tag with runat=server?
What is data reader in asp.net?
What is asp.net futures?
What is use of Master Page in ASP.NET web pages?
What is inheritance and an how it be used, example with an example?
Explain what is postback in asp. Net?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?