Why __VIEWSTATE comes in querystring?
-
Why __VIEWSTATE comes in querystring? Anyone have any idea and please reply as soon as. This is very urgent. Thanks in Advance.
Regards R.Arockiapathinathan
-
Why __VIEWSTATE comes in querystring? Anyone have any idea and please reply as soon as. This is very urgent. Thanks in Advance.
Regards R.Arockiapathinathan
Hahaha, how can this be urgent... Viewstate can be a very very very powerfull tool for developing ASP.NET webpages. But you can switch them off using the page's EnableViewState property... is that quick enough for you??
.: I love it when a plan comes together :. http://www.zonderpunt.nl
-
Why __VIEWSTATE comes in querystring? Anyone have any idea and please reply as soon as. This is very urgent. Thanks in Advance.
Regards R.Arockiapathinathan
-
Hahaha, how can this be urgent... Viewstate can be a very very very powerfull tool for developing ASP.NET webpages. But you can switch them off using the page's EnableViewState property... is that quick enough for you??
.: I love it when a plan comes together :. http://www.zonderpunt.nl
I switched off enableviewstate in page level. But still getting viewstate hidden control. And in our website, we are getting error log, it gives the request url, it says ....aspx?__viewstate=/....... We never use postback option in all our pages. So how come this is possible? Is it any hack attack?
Regards R.Arockiapathinathan