Are you possibly adding controls dynamically? If so, make
sure you set
their ViewState property to false also.
--
Patrick Steele
Microsoft .NET MVP
http://weblogs.asp.net
/psteele
-----Original Message-----
From: Discussion of writing applications and components
using Visual
Basic .NET [mailto:VBDOTNET DISCUSS.DEVELOP.COM] On
Behalf Of Bruno
Robichaud
Sent: Thursday, June 22, 2006 8:36 AM
To: VBDOTNET DISCUSS.DEVELOP.COM
Subject: [VBDOTNET] EnableViewState = False
Hi, I'm trying to stop the viewstate by setting the page
directory
EnableViewState = False, but seem that there still a
viewstate happening
when I post the html of my form to aother site when I look
at the source
there a runat=server form created and the viewstates between
the tag. Is
there another way to double stop the viewstate from
happening
I'm using asp.net 1.1 and I only whant that particular page
to stop
having viewstate.
===================================
This list is hosted by DevelopMentorR http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|