Getting values from viewstate using JQuery?
Is it possible to get a particular value out of viewstate using JQuery.... I'm working on a custom control. It uses jquery, embedded into the control itself to manipulate the value in a text box... I need to implement a minimum and maximum values... the properties are set up in the control, and are stored in viewstate... Instead of using hidden input fields, i'd much rather just pull the info out of viewstate and use it that way.... is it at all possible? Thanks You could also output the min and max as custom attributes of the textbox (and even namespace them if you want to retain xhtml