How do you manage session in ASP and ASP.NET?



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

Post New Answer

More ASP.NET Interview Questions

Explain Generics?

1 Answers  


What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object

7 Answers   Bunzl Vending, Syntax Softtech,


What is different in .net 1.1 and .net 2.0?

0 Answers  


Is object a value type or referenced type?

2 Answers  


Any body Having SHAREPOINT Material plzzz? please material to send prasad.k12@gmail.com

0 Answers  






What type of code (server or client) is found in a Code- Behind class?

2 Answers  


User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?

3 Answers  


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


difference between Trace and Debug ?

2 Answers   Accenture, HCL, Patni,


Is it possible for me to change my aspx file extension to some other name?

0 Answers  


What’s difference between “optimistic” and “pessimistic” locking?

0 Answers  


List the types of authentication supported by asp.net?

0 Answers  


Categories