Is there a proper way to do a postback from Javascript while keeping your viewstate values?
I have all my Viewstates being compiled in the PreRender event in the server code but obviously this does not get called if I do a simple url call from Javascript.
If this is not possible what is the best way to pass a datatable to another form (or back to same form) via Javascript.
To go a step further is it possible to actually call a server event from Javascript? I am under the assumption that this cannot be done.
I have all my Viewstates being compiled in the PreRender event in the server code but obviously this does not get called if I do a simple url call from Javascript.
If this is not possible what is the best way to pass a datatable to another form (or back to same form) via Javascript.
To go a step further is it possible to actually call a server event from Javascript? I am under the assumption that this cannot be done.