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

  • Thread starter Thread starter Guest
  • Start date Start date
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,
 
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
 
Back
Top