Rank: Advanced Member Groups: Member
Joined: 6/6/2007 Posts: 37
|
I use the EO.web datepicker in many of my pages. I always use the same code.
Dim b As EO.Web.DatePicker b = CType(DetailsView1.FindControl("DPIngangE"), EO.Web.DatePicker) a.Text = b.SelectedDate.ToShortDateString b is found ok, but b.selecteddate in this case is always #12:00:00 AM#, allthough I picked a date. It's very odd. Do you know what can be the cause of this failure?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We are not aware of any problem with SelectedDate. So you will want to try it with a simple test page and then compare that with your code. That should help you find out what triggered the issue.
Thanks
|