transferring field values from one aspx page to another

  • Thread starter Thread starter vikram
  • Start date Start date
V

vikram

What is the best way of transferring values from one aspx
page to another when user click a button, except
response.redirect and server.transfer.
 
If the data is not a lot and not sensitive, pass it via the querystring.
Otherwise, use the Session object.

Kind regards,
Nikander & Margriet Bruggeman
 

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