How do you handle session management in ASP.NET and how do
you implement them. How do you handle in case of SQLServer
mode ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is scope of an application variable in asp.net?

0 Answers  


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

0 Answers   CDC,


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Explain the differences between clr & cts?

0 Answers  


Explain login control and form authentication.

0 Answers  






when the threads are used in dot net.

2 Answers  


What is an axd file?

0 Answers  


What are the different method of navigation in asp.net?

0 Answers  


How can you identify that the page is post back?

0 Answers  


on modify statement, executeNonQuery returns zero rows affected even though there has been modification carried out sucessfully in the table.. can anyone tell me is this possible??? if yes, how..???

1 Answers   ADITI,


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


Describe paging in asp.net?

0 Answers  


Categories