I do a bunch of javascript calculations setting the values in some radNumericTextBoxes, and when I do a postback (I need to upload files) the values are reset to default values.
I am wondering if there is a way I could have the changes persist through the postback. The data I enter manually stays through postback, but not the java stuff.
Thanks
I am wondering if there is a way I could have the changes persist through the postback. The data I enter manually stays through postback, but not the java stuff.
Thanks