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 are sql joins?
How to disable validator control by client side JavaScript?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Explain the difference between server control and html control.
How can we update records in gridview?Is there any appropriate code for it?
Is razor a programming language?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Explain Features in ASP.NET
Where web.config file is used?
Why do we need url encoding?
What asp.net control can embed xaml into asp.net pages?
What is the extension of master page in asp.net?
Is asp.net mvc still used? : Asp.Net MVC
What is application and session in asp.net?