User Profile

Collapse

Profile Sidebar

Collapse
krispaks
krispaks
Last Activity: Feb 5 '08, 03:38 PM
Joined: Oct 31 '07
Location: Cebu
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • krispaks
    replied to .NET Exception Handling
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • krispaks
    replied to javascript to bind data to gridview
    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???
    See more | Go to post

    Leave a comment:


  • krispaks
    replied to javascript to bind data to gridview
    i also have the same situation... i hope more can help here... tnx...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...