This is a migrated thread and some comments may be shown as answers.

I can't reach raddatetimepicker control

1 Answer 34 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
burak
Top achievements
Rank 1
burak asked on 15 May 2009, 12:39 PM
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

1 Answer, 1 is accepted

Sort by
0
burak
Top achievements
Rank 1
answered on 15 May 2009, 12:59 PM
I found my fault thanks...
Tags
Scheduler
Asked by
burak
Top achievements
Rank 1
Answers by
burak
Top achievements
Rank 1
Share this question
or