Hi;
I want to use exactly the same example. Here
However, in the FormCreated event I can't reach the RadDateTimePicker with this code
dim abb as Telerik.Web.UI.RadDateTimePicker
abb = DirectCast(e.Container.FindControl("EndInput"), Telerik.Web.UI.RadDateTimePicker)
abb is always nothing. I've debugged and I can't find the control with using indexes.
How can I get the values from advanced Template and use them ?
Thanks,
Burak ALTIN
www.poldy.com.tr
I want to use exactly the same example. Here
However, in the FormCreated event I can't reach the RadDateTimePicker with this code
dim abb as Telerik.Web.UI.RadDateTimePicker
abb = DirectCast(e.Container.FindControl("EndInput"), Telerik.Web.UI.RadDateTimePicker)
abb is always nothing. I've debugged and I can't find the control with using indexes.
How can I get the values from advanced Template and use them ?
Thanks,
Burak ALTIN
www.poldy.com.tr