Rank: Member Groups: Member
Joined: 10/18/2010 Posts: 29
|
Hello
I need to access the selected date from a date picker control from the code behind. The following type of code:
DatePicker1.SelectedDate
wont work because the date picker is sitting inside a grid. I've imported the EO.Web class into the code behind, but I still cant access it.
Can someone point me in the right direction? I've tried something like:
CType(DetailsView1.FindControl("DatePicker3") to access the date picker, but no luck
Thanks
Jason
|