Re: validationSummary controls

Tech-Archive recommends: Fix windows errors by optimizing your registry



no, i can compile and run it but my grid will not be set to visible=false if
the page fails validation
"Scott Allen" <scott@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:uspgq19fmeufv5qh8apmak9a0pucpvj1rd@xxxxxxxxxx
> On Tue, 20 Dec 2005 14:47:33 -0500, "NuB" <me@xxxxxx> wrote:
>
>>I had in my page load
>>
>>if (page.isvalid = true)
>
> Aren't you getting any compiler warnings?
>
> Page.IsValid = true sets IsValid to true.
>
> Page.IsValid == true compares IsValid to true and returns true or
> false.
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/


.