ajax - How to persist asp.net textbox in a cookie within asp.net updatepanel? -


i have asp.net 3.5 update panel , have few textboxes users enter information want persist when return next time. i've tried various approaches persisting cookie click event of button (postback trigger) etc. believe problem there no response header access during ajax callback? not sure!

how can persist values of textbox cookie exist within content of asp.net update panel?

thank you.

i ended creating serializable class persist.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

c# - HwndSource win32 integration with Ribbons and KeyTips -