Rank: Newbie Groups: Member
Joined: 4/18/2011 Posts: 2
|
Hi everyone,
I am a new starter for ASP.net using C#. I used the EO Datepicker control on my page. how ever i can't get the date value which i chose from the dropdown event of the Date Picker. Please help me how to code in C# to get the Value of the Date Picker. Thanks in advance...
Dean Karl ASP.net (Starter)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will get the value from SelectedDate property.
Thanks
|
Rank: Newbie Groups: Member
Joined: 4/18/2011 Posts: 2
|
Thank you so much Admin. :) its working now...
|