Answer Posted / 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 |
Post New Answer View All Answers
What is asp.net mvc5? : Asp.Net MVC
What are HTTP handlers in ASP.NET?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
explain code with multi inhertance
To bind columns manually which tags do you need to add within the asp:datagrid ?
How to create events for a control?
Can you clarified A Web service can only be written in .NET or not?
How many types of validation are there?
What is asp.net futures?
What are the memory-mapped files?
What is the difference between ASP Session State and ASP.Net Session State?
What is odata in web api?
Do you know caching feature?
How should I destroy my objects in asp.net?
What are the advantages of asp.net mvc framework? : asp.net mvc