How can ASP.NET application transmit data from one page to another?
Posted by dotnetprograming on April 29, 2009
One way to transfer data from page to page is to use querystring as follows:
Another ways is to store data in SESSION variable. The following code shows it: