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
Explain how asp.net different from asp?
What is asp.net version?
What does postback mean?
What is the difference between client-side and server-side validations in webpages?
How can we identify that the page is post back in asp net?
Can a .net web application consume java web service?
What methods are fired during the page load? Init()
What are the various ways to send content from one page to another?
how to retrieve property settings from xml .config file.
Where can I get information on cookies in asp.net?
What are the disadvantages of asp.net?
What asp.net control can embed xaml into asp.net pages?
What does asp in asp.net stand for?
What is ASLM?
Explain code snippet to register exception filters from controller?