Best Way to transfer data From one page to another In asp.net.
- by Anish Karunakaran
In my scenario am using java script popup that popups another form Which is an address Entry form of merely 20 Controls in it. Now am retrieving data from address page to main page by using a session variable which stores a data table of values. Two different Session variables are this way used for permanent and temporary addresses..
Using session variable degrades the performance i know.. What is the best way to transfer value from one page to another.
Regards
anish.