Best Way to transfer data From one page to another In asp.net.

Posted by Anish Karunakaran on Stack Overflow See other posts from Stack Overflow or by Anish Karunakaran
Published on 2012-10-08T09:36:10Z Indexed on 2012/10/08 9:36 UTC
Read the original article Hit count: 266

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about visual-studio-2010