Re: Javascript changes not saved

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"ken s" <kens@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:00EA7D7A-A088-4023-A688-2CBE16C8821C@xxxxxxxxxxxxxxxx

Is there a reason why .Net doesn't see the updated value? Anything I can
do
to change that?

I'm willing to bet that you're loading the original value of the record in
your Page_Load method, and have forgotten to wrap it in a if (!IsPostback)
loop...


.