Search results for query: *

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

    Converting String to Time(0).

    Thanks can le. Thanks alot
  2. 1

    Error while comparing date. Calendar control

    Thanks Dunfiddlin, you are right. i solved it thanks. btw i still do no how to rep others or mark this thread as solution. mind teaching me? cuz new in forum. Btw i have another urgent problem(thread posted) mind taking a look? its about converting string to time(0) data type. input: 10:30:00...
  3. 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
  4. 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 =...
  5. 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
  6. 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...
  7. 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...
  8. 1

    Beginner need help. Ajax control tools.

    aspx.vb file: Imports AjaxControlToolkit Imports System.IO Imports System.Data.SqlClient Imports System.Data Partial Class upload Inherits System.Web.UI.Page Protected Sub Button12_Click(sender As Object, e As System.EventArgs) Handles Button12.Click Dim filename As String =...
  9. 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...
  10. 1

    validate Singapore NRIC/FIN number from user input

    Thanks Herman it work it works. Thanks so much. I to mark this as solve and rep u? Sry new to forum
  11. 1

    validate Singapore NRIC/FIN number from user input

    Herma it says intNricDigit, Sum and ChkDIgit is not declared. mind telling me what type should i declare for each?
  12. 1

    validate Singapore NRIC/FIN number from user input

    i tried but it gives me error, maybe its my coding too noob. nvm i will try till can. let u know again thanks Herman
  13. 1

    validate Singapore NRIC/FIN number from user input

    Thanks Lotok and Herman for replying. Teach me how to increase your reps later. What i want is checking based on Singapore NRIC the algorithm here. Meaning length will be 9. The first char must be alpha S. followed by 7 digits. And the last an alphabet. However the last alphabet cannot be any...
  14. 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