How to: Use "custom validation" control to validate Calendar Contr

G

Guest

Is it possible to use the custom validation control to validate a calendar
control via client-side script (in jscript)?

I'm familiar with custom validation and client side script, and i am aware
that the custom control cannot be wired automatically to the calendar
control, but i cannot seem to "read" the value of the calendar control via
jscript via any other means.

Any ideas?

Thanks,
 
M

Mohamoss

Hi
i don't think this can be done as the calendar control as a .net object
would not be exposable to script so you can read a value from it . What I
think you can either do is either write the cusom validator with in your
page class . or use an html to build a plan html control that you can
validate via script .
Mohamed M .Mahfouz
Developer Support Engineer
ITWorx on behalf of Microsoft EMEA GTSC
 

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

Top