IsPageValid - has anyone used this for field validation? If so, can you recommend a tutorial on it

R

Randy Smith

Hi,
It appears as though we will have a new coding standard for field validation
that includes "IsPageValid". I've been unable to find anything about this
on the "microsoft.com" site by googling "IsPageValid". Anyway, does anyone
have any experience with this technique, and if so, can you recommend a
tutorial or sample on it?

It is much appreciated!!!!!
Randy Smith
 
N

nahid

Hi,
It appears as though we will have a new coding standard for field validation
that includes "IsPageValid". I've been unable to find anything about this
on the "microsoft.com" site by googling "IsPageValid". Anyway, does anyone
have any experience with this technique, and if so, can you recommend a
tutorial or sample on it?

It is much appreciated!!!!!
Randy Smith

Simpley if javascript not enable in client side invalid data can be
cary over in server in case of asp.net validator IsPageValid check at
server side all validator are passed or any in valid data are comes.
 
G

Guest

Hi,
It appears as though we will have a new coding standard for field validation
that includes "IsPageValid". I've been unable to find anything about this
on the "microsoft.com" site by googling "IsPageValid". Anyway, does anyone
have any experience with this technique, and if so, can you recommend a
tutorial or sample on it?

It is much appreciated!!!!!
Randy Smith

Page.IsValid Property
http://msdn2.microsoft.com/en-us/library/system.web.ui.page.isvalid.aspx
 
G

Guest

I am not sure about PageIsValid but the closest I could think of is the
Page_IsValid - a predefined client-side JavaScript variable used to check if
all the validator-attacked controls pass the validation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top