Welcome Guest Search | Active Topics | Sign In | Register

access datepicker control from within ASP.NET detaillsview Options
Jason
Posted: Thursday, August 23, 2012 11:10:16 PM
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


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.