Re: Invalid Viewstate Corrupted Problem
From: Anup Jishnu (anupj_at_karchitects.com)
Date: 05/06/04
- Next message: Rick Strahl [MVP]: "Anybody know how ASP.Net handles incoming requests from the ISAPI extension?"
- Previous message: Lance Ahlberg: "ASP.NET 2.0 Page with LinkButton & __doPostBack client side script missing"
- In reply to: kashypa: "RE: Invalid Viewstate Corrupted Problem"
- Next in thread: CT: "Re: Invalid Viewstate Corrupted Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 06 May 2004 11:55:17 +0530
Hi Kashyap,
Thanks for your tip.
However, we are not accessing a page as described by you. So the
question of ViewState being stored in the page does not arise.
Rgds
Anup
On Wed, 5 May 2004 22:31:03 -0700, "kashypa" <lohithn@aztec.soft.net>
wrote:
>Hi,
>
>was just wondering, are you trying to access a ASP.NET page or the HTM source of an ASP.NET page.
>What i mean is although you write a code in ASP.NET, when it gets to the client, its all plain HTML but still the
>extension is .aspx. So if u have taken the view source of the same and name it as a different file and
>view that in the browser, u still get the page. In the new saved page u will be having a view state hidden field.
>If sonebody ahs tampered that, u will get that error.
>
>What you can do for a quick solution is, open the source code of the page that you are accession, search for a
>viewstate hidden varibale and after finsing that remove that tag.
>
>let me know on this
>
>thanks
>Kashypa
>Aztec Software and Technology Services Ltd.
>Bangalore
- Next message: Rick Strahl [MVP]: "Anybody know how ASP.Net handles incoming requests from the ISAPI extension?"
- Previous message: Lance Ahlberg: "ASP.NET 2.0 Page with LinkButton & __doPostBack client side script missing"
- In reply to: kashypa: "RE: Invalid Viewstate Corrupted Problem"
- Next in thread: CT: "Re: Invalid Viewstate Corrupted Problem"
- Messages sorted by: [ date ] [ thread ]