hello.. newb on this telerick product. Wondering how to reference controls from the code using FindControl?
I am trying to use
Dim XX as telerickDateTimePicker ??
im not sure how to declare this object.
If anyone know I would appreciate the help
mac
no that is not what I am trying to do.
dim DTP as telerickDateTimePicker = TryCast(Gridview1.controls(0).Controls(0).FindControl("TheDateTimePicker"), TelerickDateTimePicker ))
my issue is that I dont see how to declare the control correctly. ie. telerick.web. IM now lost.