Welcome Guest Search | Active Topics | Sign In | Register

Datepicker selecteddate isn't set Options
Ria
Posted: Thursday, June 19, 2008 6:19:53 AM
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?
eo_support
Posted: Thursday, June 19, 2008 7:35:55 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,096
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


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.