Welcome Guest Search | Active Topics | Sign In | Register

DatePicker question ? Options
ampmy123
Posted: Monday, May 28, 2012 11:39:01 PM
Rank: Newbie
Groups: Member

Joined: 5/28/2012
Posts: 1
Hello there,

I have download web eo. control to my project and i have use date time picker , i like this control cause it look good but i have no idea how to get value when i click select date . I have name my datepicker ' name is CalendarStartDate and i also set calendar properties to selectionchanged this is my method

protected void CalendarStartDate_SelectionChanged(object sender, EventArgs e)
{
var myDate ;
? I have no idea how to get value.

}

thank you in advance for the answer .
eo_support
Posted: Tuesday, May 29, 2012 7:27:46 AM
Rank: Administration
Groups: Administration

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

You would use SelectedDate property:

http://www.essentialobjects.com/doc/1/eo.web.calendar.selecteddate.aspx

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.