How many types of session in asp.net2.0
Answer Posted / liyamary varghese
asp.net supports 4 types of sessions
1)in process:
2)state server
3)sql server
4)custom[it requires manual coding
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do we sort the data from a dataset?
Why viewstate is used in asp.net?
How we can force all the validation controls to run?
How do I open an ashx file?
Define common type system?
What are the types of authentication in asp.net?
Explain culture and uiculture values.
How to disable validator control by client side JavaScript?
What is a page life cycle?
Which class is used to send an email message from an ASP.NET Web page?
What is the equivalent of date() and time() in asp.net?
What is tracing? Where is it used?
Explain an object, class and method.
How can I have a particular web page in an asp.net application which displays its own error page?
Explain significance of routing? : asp.net mvc