Tuesday, October 04, 2005

Passing data between two ASP.Net page using Context

My collegue mentioned about the ASP.Net intrinct object called Context, and said that it may help passing data from one page to another. While I used Request and Response all the time, I never used Context to pass data between pages. Guess I will spend some time to figure out how it works.

Here's some useful link regrading to Context:
- MSDN : A matter of Context
- Submitting Web Form data from one ASP.NET page to another

0 Comments:

Post a Comment

<< Home