Pass Values to another page.

  • Thread starter Thread starter Martin Tully
  • Start date Start date
M

Martin Tully

I am trying to a create a page that will query a SQLDB get customer
information and then pass this information on to another page creating
almost like a mail merge letter. I can get the information no problem using
a repeater but how do I pass <%#container.DataItem("Value1")%> to another
page.

Thx.
 
Hi

Put information you want to share between pages either in
Session Object or Cache Object.

Ravikanth
 
Can u give me an example of this?


Ravikanth said:
Hi

Put information you want to share between pages either in
Session Object or Cache Object.

Ravikanth
 

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

Back
Top