How do you manage session in ASP and ASP.NET?
Answer Posted / simran_8185@rediff.com
session["sessionname"]=value to be stored
like
session["uid"]=ds.tables[0].row[0][0].tostring();
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is difference between session and viewstate?
How can you pass multiple complex types in Web API?
Write the different features of a Thread and a Process?
List the asp.net validation controls?
Define session in asp.net.
What are the modes of updation in an updatepanel?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Is LINQ performance wise better or using sqlcommand?
Explain the use of resource manager class in .net.
What is the use of HttpHandlers? When to use this?
Can you dynamically assign a Master Page?
What is difference between web config and global asax?
What is meant by web application?
How does session work in asp net?