What is viewstate parameter?


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

Post New Answer

More ASP.NET Interview Questions

which directive is mandatory in page control

3 Answers   AG Technologies,


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


How do you validate the controls in an ASP .NET page?

3 Answers  


Which method do you invoke on the DataAdapter control to load your generated dataset with data?

2 Answers  


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

0 Answers  






What is role-based security in asp.net?

0 Answers  


Who can consume WebAPI?

0 Answers  


Why and where this web.config file is used?

0 Answers   Amazon,


What are the asp.net security controls?

0 Answers  


What is the latest version of asp.net?

0 Answers  


What is a SESSION and APPLICATION object?

0 Answers  


In cache where dats is stored and how(file or object?)

2 Answers  


Categories