Crash in validation of WebInput

4 replies. Last post: February 5, 2010 3:16 AM by Andi Santoso
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

I think I ran into a WebInput bug, and I would need to know how to maneuver my way around it.

I have two WebInput controls used for date/time entry with minimum configuration (DateTimeEditor.IsEnabled = true) and a CompareValidator that compares them.

I get a crash on the following line:

val =dateData.Month +"/" +dateData.Day +"/" +dateData.Year, as dateData is undefined

(the file that has this code starts with a definition of

OverrideValidatorHookupControl function).

 

If I debug, I can notice that this.EditFormat (as far as I can understand the stack trace, this looks like the cause of the problem - but it might be also a false lead)

OverrideValidatorHookupControl function).

 

If I debug, I can notice that this.EditFormat (as far as I can understand the stack trace, this looks like the cause of the problem - but it might be also a false lead)

All times are GMT -5. The time now is 2:15 AM.
Previous Next