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 .
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
|