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