What is a user session?


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

Post New Answer

More ASP.NET Interview Questions

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,


What's the difference between viewstate and sessionstate?

0 Answers  


what is PostBack Property exactly ? when It Returns True? when it Returns False?

1 Answers  


How to refresh a page in asp.net

4 Answers  


Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).

2 Answers   HCL,






Define data caching?

0 Answers  


About CLS and CTS?

8 Answers   Microsoft, Syncfusion,


Is asp.net free?

0 Answers  


A brief difference between Session and Cookies in asp.net

5 Answers   HCL, HCL Comnet,


What are Authentication and Authorization?

0 Answers  


What is interval time of GC in .net

2 Answers  


How Many types of Page Load functions in asp.net

2 Answers  


Categories