Checking Database values on client-side

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rathorevivek
    New Member
    • Dec 2006
    • 17

    Checking Database values on client-side

    I have a textbox for entering username.
    I want to check this username with the existing username in database.
    I have done it on server side successfully.
    But i want to implement the same check on client-side(using Javascript or Ajax).
    I am using ASP.Net 1.1 with C#.

    Thanks
    Vivek Rathore
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by Rathorevivek
    I have a textbox for entering username.
    I want to check this username with the existing username in database.
    I have done it on server side successfully.
    But i want to implement the same check on client-side(using Javascript or Ajax).
    I am using ASP.Net 1.1 with C#.

    Thanks
    Vivek Rathore
    Using only Javascript you can't....
    Ajax would be a good Idea......
    Try Googling for Ajax......

    Comment

    • kenobewan
      Recognized Expert Specialist
      • Dec 2006
      • 4871

      #3
      Ajax is .NET 2 I believe...

      Comment

      Working...