There is a change in ASP.NET 4.0 to the new ViewStateMode property. This property indicates whether the viewstate for the control is enabled|disabled|inherit. You can use the ViewStateMode property to enable view state for an individual control even if view state is disabled for the page.
On Tue, Mar 9, 2010 at 10:31 PM, Will <[email protected]> wrote: > Thanks for your feedback Cerebrus. I finally got a hold of our > corporate web group and we are allowed to use the validation control > but it has to be on the client and server side. > > Everything is good here. > > Thanks again, > > William. > > On Mar 2, 12:33 am, Cerebrus <[email protected]> wrote: > > Is Viewstate turned on for the page ? > > > > The code appears to be correct and you are using Webcontrols, so there > > shouldn't be a problem, normally. >
