How do you manage session in ASP and ASP.NET?
Answer / 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 |
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Explain about asp.net state management?
Difference between Response.Expires and Expires.Absolute ?
1 Answers Accenture, BirlaSoft,
What is runtime host ?
Describe the disadvantage of cookies.
How to improve performance of web application asp.net mvc? : Asp.Net MVC
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is another word for redirect?
what is asp.net
How many types of web application ?
Why does a user need nothing more than a Web browser to view ASP.NET pages?
What is the equivalent of date() and time() in asp.net?