Welcome Guest Search | Active Topics | Sign In | Register

DatePicker problem Options
bmiopcitt
Posted: Wednesday, August 29, 2007 2:32:28 AM
Rank: Newbie
Groups: Member

Joined: 8/29/2007
Posts: 1
Dear Admin,

I have problem with DatePicker.

I set the datepicker MonthColumns to 3 and MonthRows to 1

If form_load, i write code like this :

if not is postback then
DTDate.SelectedDate = Format(Now, "yyyy-MM-dd")
end if

When i click then Button of DatePicker, datePicker appears 3 selection (August, September and October). The problem is this DatePicker is used to generate report.
I don't have any data for September above. So that, i just want my datePicker appears these months : June, July, August.

Could you help me ?


eo_support
Posted: Wednesday, August 29, 2007 6:33:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,097
Hi,

That has nothing to do with SelectedDate. You would need to set VisibleDate property:

http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.Calendar.VisibleDate.html

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.