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 directives in asp.net? List down all the important directives.
Explain the use of fragment caching.
Explain the basic functionality of garbage collector?
What is clickid?
What are the difference between function and stored procedure in .net programming language?
Explain the concept of event bubbling in ASP.NET?
How can I open ashx file in mobile?
What is state management react?
Which type of state management is provided by Query String in ASP.NET?
Disable browser cache for entire ASP.NET website?
How would you implement inheritance using c#?
What is viewstate? What does the “enableviewstate” property do?
what are the Custom controls in asp.net?
What is http only cookie?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?