Calendar in formview not working

C

cs_in_va

I have a calendar (Cal1) inside a formview (fv) when the date is
chanded I want to display the date on the label, vlblDate.


Protected Sub Cal1_SelectionChanged(ByVal sender As Object, ByVal e As
System.EventArgs)

Dim vlblDate = CType(Me.FV1.FindControl("lblDate"), Label)
Dim vmyCalendar = CType(Me.FV1.FindControl("Cal1"),
System.Web.UI.WebControls.Calendar).SelectedDate
vlblDate.Text = vmyCalendar.ToString

End Sub

Where am I'm messing up at?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top