What is the difference between session and viewstate in asp.net?


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

Post New Answer

More ASP.NET Interview Questions

Difference between Active Exe and Dll ?

3 Answers   Satyam,


How does Garbage collector(GC) works in .net

14 Answers   Accenture, HCL, Kekran Mekran, People Tech, Wipro,


What are the various ways of securing a web site that could prevent from hacking etc ?

1 Answers  


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

1 Answers  


What is MSIL?

4 Answers  






How do you access individual items of an Master Page

5 Answers   TCS,


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 advantages of asp.net.

0 Answers  


what is CTS?

3 Answers   PrimeLine,


What is the benefit of WebAPI over WCF?

0 Answers  


What is the difference between Server.Transfer and Response.Redirect?

5 Answers  


What are the advantages of the code-behind feature?

0 Answers  


Categories