I have this function which will accept a time as string
Public Shared Function SpecTime(ByVal timeStr As String) As String
Dim dt As DateTime
If String.IsNullOr Empty(timeStr) Then
Return ""
Else
Try
dt = DateTime.Parse( "1/8/1985 " + timeStr)
Catch ex As Exception...
User Profile
Collapse
-
i still dont have any code... im quite new to ajax... im still thinking if its possible... my setup is like this:
i have this calender extender setup... then on its OnClientDateSel ectionChanged i added a javascript... that would get the date and then using that date i will use a web service so i could get data from my database and pass it to the bindingsource.. . is this possible???Leave a comment:
-
i also have the same situation... i hope more can help here... tnx...Leave a comment:
No activity results to display
Show More
Leave a comment: