Skip to content

Replies

0
Bikash
Bikash answered on Jul 4, 2017 5:08 PM

This is my Client side code :

<igsch:WebDateChooser ID="cntlDatePicker" runat="server" AllowNull="False" Width="85px" on>
<AutoPostBack ValueChanged="True"></AutoPostBack>
<CalendarLayout FooterFormat="Today: {0:d}" AllowNull="False" SelectedDate="2005-06-03" VisibleMonth="2005-06-03"></CalendarLayout>
</igsch:WebDateChooser>

And this is my event code,

cntlDatePicker.Value = e.Value

Dim myDate As String = cntlDatePicker.Value.ToString

i wish to capture the get selected date, but newDate property is unavailable for me.
Kindly Help