Tuesday, May 13, 2008

Where would you save the following data items so that they persist between requests to a Web form?

A control created at run time

An object that provides services to all users

User preferences

Save controls created at run time in the Page object’s ViewState.

Save objects that provide services to all users in the Application state.

Save user preferences in SessionState.

No comments: