Some additional information:
The control is part of a web form like so:
Control customerOptions= LoadControl("AddClientView
this.addClientForm.Control
Should the button that should call the validation be on the web form or the web control? (I tried both with no joy)
I tried implementing IValidator on the web control then calling IsValid in the Web form but no methods that I implemented for the interface on the web control ever get called!
I also tried decorating the web control with [ValidationProperty("valCu
Please help!!!
Main Topics
Browse All Topics





by: asp_lhaPosted on 2007-05-28 at 19:27:35ID: 19169822
maybe you can check it: la.com/art icles/0731 02-1.aspx
http://aspnet.4guysfromrol
there are some samples about Validator control