Search results for query: *

  • Users: 10e5x
  • Content: Threads
  • Order by date
  1. 1

    Converting String to Time(0).

    Dim input As String = "10:20:00" How am i able to covert input as string to Time(0) data type? Desired output: 10:20:00 (as Time(0) to be store in my database). Urgent help needed. Many Thanks, 10e5x
  2. 1

    Error while comparing date. Calendar control

    I am trying to achieve highlighting dates in the calendar. Protected Sub Calendar1_DayRender(sender As Object, e As System.Web.UI.WebControls.DayRenderEventArgs) Handles Calendar1.DayRender For i As Integer = 0 To GridView1.Rows.Count - 1 Dim stringDate =...
  3. 1

    How to trigger on-click of hyperlink inside dataList

    i realise there are no on-click event of hyperlink in datalist. Anyone can enlighten me how to go about it. I would like to store information on the selected datalist item in session when hyperlinked is clicked. THanks
  4. 1

    Question Beginner needs help. AjaxControlToolKit TabContainersB

    Hi, i have created a tabcontainer with 5 tabs panel. Q1) At pageload, how am i to able to display or enable clicking only tab1 4 and 5? Q2) and only if user selected a record in the gridview of tab1, it will display/enable tab 1 to 5? Q3)tab 1 is the gridview of all the patients, tab 3 is the...
  5. 1

    Ajax TabContainers and TabPanels

    This is my third post and found this forum very useful and helpful. I would like to explore Ajax TabContainers using VS2010. I have managed to create a tab container with 3 panels with contents in each but would like to go for more advance and more dynamic. For example when user selected a...
  6. 1

    Beginner need help. Ajax control tools.

    Hi, i am new to vb and just started exploring vs2010 and ajax. I am trying to achieve: 1) allowing user to upload an image file using ajax (should i use AjaxFIleUpload or AsyncFileUpload) 2) able to validate the file whether is it an image file (achieved) 3) no matter what size they choose to...
  7. 1

    validate Singapore NRIC/FIN number from user input

    To be honest, i am a beginner and I need this for my sch proj. Here is somewhat on how our NRIC is based on. Singapore NRIC. Also not sure if this link is absolutely correct. Anyone have done this validation before? Thanks alot for helping
Back
Top