all groups > vb.net controls > november 2004 >
You're in the

vb.net controls

group:

page.isvalid counterpart on winforms?


Re: page.isvalid counterpart on winforms? Scott M.
11/22/2004 9:44:11 AM
vb.net controls:
There isn't an equivalent in a WinForms application. You do the validations
yourself.


[quoted text, click to view]

Re: page.isvalid counterpart on winforms? Scott M.
11/22/2004 11:21:57 AM
As I said, there is no one "catch all" for validations in a WinForms
application. You could write one common event handler that gets called if
any one of your specific validations fails.


[quoted text, click to view]

page.isvalid counterpart on winforms? ronnel.santiago
11/22/2004 4:43:31 PM
hi guys,

when validating asp.net page i use page.isvalid to know wherther or not my
validation are all met, whats the counterpart of this keyword on a winforms?
(im using errorprovider to do my validations)

TIA,
ronnel.santiago

(if i have 8 hours to chop down a tree, i'd spend 6 sharpening my ax)

Re: page.isvalid counterpart on winforms? ronnel.santiago
11/22/2004 6:24:40 PM
im actually performing my validation, all i want is for me to checked
programmatically if all my validations are met then i can proceed to saving
data..

[quoted text, click to view]

AddThis Social Bookmark Button