Wednesday, August 29, 2007

Calender inside detailsview

' />

" names="Verdana" size="10px">


Public Sub cld1_SelectionChanged(ByVal sender As Object, ByVal e As System.EventArgs)
Dim cld1 As Calendar = CType(sender, Calendar)
Dim valCal As String = cld1.SelectedDate.ToString("M/d/yyyy")
Dim txt As TextBox = cld1.NamingContainer.FindControl("txtSdate")
txt.Text = valCal
End Sub


version c# here

No comments:

Locations of visitors to this page
DROP ME A MSG :D