Cannot persist data after postback

  • Thread starter Thread starter Grey
  • Start date Start date
G

Grey

why cannot I persist data in three text box after postback?? I have set the
ViewState to TRUE. any other setting I need to set??

Million thanks
 
Grey,
From what you've told us (which isn't much) everything should work.. Are
you resetting the values on Page_Load?

Can we see some source?

KArl
 
Are any of the textboxes "PASSWORD"? By design, you cannot persist
password textboxes across postbacks.


sayed
 
Back
Top