Passing large data between forms, different apps

T

terry

Hi,

I have a need to pass a large data chunk (> 1024 bytes)
between web forms that reside on different web
applications (say one application is
http:\\localhost\website1\page1.aspx while the other is
http:\\localhost\website2\page2.aspx). Navigation from
one app/page to the other is via Response.Redirect
("/websiteX/desiredpage.aspx");

I've tried QueryStrings & Cookies unsuccessfully because
of the length limitations. Session variables will not
work because the pages reside in separate web applications.

Thanks for your help!!!
Terry
 
W

William F. Robertson, Jr.

Or you could use a database as a storage medium, and either cookie, or
querystring the index value.

bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,045
Latest member
DRCM

Latest Threads

Top