All Tags »
magicajax viewstate
Sorry, but there are no more tags available to filter with.
-
I used 3rd party tools (LightningCode.WebTools) in my project, it includes the Viewstate compression features. But when I used MagicAjax, the viewstate (that has been compressed) sometimes not working well (sometimes it will failed to get value from viewstate).
How can I change the default Viewstate in MagicAjax?
I have tried to change all the ...
-
OK I work with Nik and I am pretty certain its a bug on the following line of code
Just perform a .ToLower and it should be fixed. Pls update the source code accordingly.
AA.protected void Application_AcquireRequestState(object sender, EventArgs e){
HttpApplication application = (HttpApplication)sender;if (_request == null || ...
-
Hello,
There is one thing that I don't understand:
In the MagicAjax.NET framework it is reported that:
"The page's ViewState is shared amongst PostBacks and AjaxCalls; any changes to
it by an AjaxCall will be available to a PostBack and vice versa".
Based on this, I assumed that if I add a change to the ViewState ...