what is session ?how sessions are handeled in application?
write the clauses of sql server in their order.
Answer Posted / a
Session is set by the developer, not by the user.
More information at:
http://msdn.microsoft.com/en-us/library/ms972429.aspx
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Where would you use an ihttpmodule, and what are the limitations of any?
What is web api and why to use it?
Differentiate globalization and localization.
Why do we need asp.net?
What is the difference between login controls and forms authentication?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What is distributed system in asp.net?
What is preprocessor in .net?
Can we have 2 web config files?
Write some code using interfaces, virtual methods, and an abstract class`
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
What are the asp.net list controls and difference between them?
What is diff. Between abstract class and an interface?