what is session ?how sessions are handeled in application?
write the clauses of sql server in their order.
Answer Posted / wormworm
Session is one of state management option to store any
structure type of object. It can be accessed by using
key-value pair and it alive for certain period of time which
specified by user.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between webfarm and webgardens in .net?
Explain the difference between response.redirect vs server.transfer
How can we register exception filter from the action?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is user control in asp.net?
How long do session variables last?
What is the use of asp.net web api?
What is ashx file in asp.net?
What New Features comes with ASP.NET Web API 2.0?
What does postback mean?
What is owin authentication?
Is there any limit for query string? Means what is the maximum size?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
How do you change the session time-out value?
Disable Mouse right click on web page in asp.net?