Thursday, February 19, 2009

State Management

View State
What is viewState? When do we use view State?
How is viewstate protected ?
How to prevent hashing of view state and how to enable encryption ?
In what format viewstate encoded?
Whats the default value of viewStateEncryptionMode?


QueryString
What is QueryString? Why do we use it?
How to read/write querystring?
Why to use Server.UrlEncode or Decode?

Cross Page Posting
What is Cross page posting? what are its side effects?
How to do cross page posting?
How to differentiate posting between button/server.transfer


Cookies
Whats the role of Request and Response objects in cookies?

Session State
What are the types of Session and how do you configure them and what are their merits and demerits?
why do you use aspnet_regsql.exe?

Application State
What is Application State?

No comments:

Post a Comment