what is session ?how sessions are handeled in application?
write the clauses of sql server in their order.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / amruta dash
Session is used for storing the information in Server. We
can store the information in one page and can send to
other pages. we need to assign the value to a sessionid.For
ex: txtphone_Number.Text = Session["PhNo"].ToString();
or Session.Add("PhNo", txtphone_Number.Text);
Session.Remove("PhNo"); for Remove the session value
Session.Abandon(); for clear all/kill the session value
of a form or application.
This have some limitation like if I will refresh the
page the session values will expired. and the default time
is 20 mins, we can increase the time for a session.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use datasource in asp.net?
Can we override the enablepartialrendering property of the scriptmanager class?
Exception handling
how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.
I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
What are the elements of a website?
What is the difference between session and viewstate in asp.net?
What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version
Usage of web.configuration ?
Is it possible to apply themes to an asp.net application? If yes, then how?
Can a .net web application consume java web service?
What are the types of validation in asp net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)