automatically calling custom isValid() function

  • Thread starter Thread starter DesignerX
  • Start date Start date
D

DesignerX

when building a custom gui server control how do u get asp.net to
automatically call it's IsValid() function?

Thanks,
Stan
 
hmmm, vague question but I'll try and point you in the right direction -
maybe try and write a method for your usercontrol that returns the validity
of the fields as a boolean.

Joe
 
Back
Top