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
 

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

Back
Top