[2005] Adding feild validators
Hi there,
can I add validators to a standard VB project, one that you compile and place on someones desktop? Not an ASPX page.
I am sure you someone knows what I mean, when creating an ASPX page you can add "RequiredFeildValidator" of whatever. I would like to use this in a nirmal project, I see that it is selected when I choose "Choose Items" from the ToolBox menu however I can't find it anywhere?
Anyone have any ideas?
Thanks!
Re: [2005] Adding feild validators
You have to write the code yourself. Check out the Validating and Validated event handlers. That should get you started.