what is session . how it is use ?
Answers were Sorted based on User's Feedback
Answer / hitesh chandegara
session variables to share information between the pages of
asp.net web application.
usage
initialization of the state
session["variable name"]=initialization;
get the values from the session
label1.text=session["variable name"].tostring();
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / ff
session is special kind of memory for individual users .
best example
if you access any website it's asking username and
password once we provide the creditionals its create session
for each user session has time out of 20 minutes so this
memory maintain by webserver .
session["name"]=value
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / michael jerold
save he date in diffrent page an u can access the data value
from session variable.
to manage the state management in asp.net
| Is This Answer Correct ? | 1 Yes | 3 No |
What is the other method, other than GET and POST, in ASP.NET?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
How do I upload a file from my ASP.NET page?
What are the page level transaction and class level transaction?
What is considered a service provider?
If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is the difference between dispose() and finalize()?
Can we create a multiple user simultaneously ?
write six HTTP request method?
how to convert from sql2000 numeric to int in asp.net with sqlparameter?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
0 Answers InfoAxon Technologies,
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)