Context an postback

  • Thread starter Thread starter Totto
  • Start date Start date
T

Totto

Hi,
I'm using context to transfere values between pages with Server.Transfere.
In one page I'm dynamically adding buttons to the page, with data from sql
server.
The buttons are all connected to the same click eventhandler, and is doing a
server.Transfere to the same page. But when a button is pushed a postback is
performed and all context values are lost.
How do I solve this?
Tanks Totto
 
hi Totto,
why would you do a server.transfer to the same page?
this doesn't make any sense to me. i replied in full to your other post.

tim
 
Back
Top