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
 
Back
Top