Rank: Member Groups: Member
Joined: 10/18/2010 Posts: 29
|
I posted this earlier with no response
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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
This is not a question specifically related to our product --- you would face exactly the same question if you replace our DatePicker control with a standard ASP.NET Button control. As such we will not be able to offer support on this questions. Sorry about that!
|