Hello,
I need to write js function for custom validation of the ComboBox. Unfortunately this ComboBox is defined within ItemTemplate. So my
js code fails with message like " object not found in this context " :
.....
I need to write js function for custom validation of the ComboBox. Unfortunately this ComboBox is defined within ItemTemplate. So my
js code fails with message like " object not found in this context " :
.....
var
cbxDate = $find("<%= ComboBox.ClientID %>");
......
. How can I solve this issue?
Regards
Tomasz