Behind the Scenes Validation

Last post 04-30-2007 4:59 PM by eastshores. 1 replies.

Sort Posts:

  • Behind the Scenes Validation

    04-30-2007, 3:43 PM
    • Member
      35 point Member
    • eastshores
    • Member since 09-26-2006, 11:32 AM
    • Posts 21

    I am looking at a scenario where I have multiple text boxes on a form, and as each one is given a value, I want to hand off the value to the server and return one or more parameters. Example: This is going to be used to check a persons information against the database to see if it is likely that they already exist. As the user completes more information, the success of identifying the duplicate user increases. At some point I want to be aware that it is a duplicate and present the user with a warning.

     Any ideas on where to start with this? I looked at the control tookkit, but I don't think anything in it is going to provide this kind of functionality. I probably need to look much more at the framework, but one question I have is how would I register multiple controls with this? Or is it possible to just write some client side code that will interact with the ajax control? Any suggestions are appreciated!

     

     

    Filed under:
  • Re: Behind the Scenes Validation

    04-30-2007, 4:59 PM
    • Member
      35 point Member
    • eastshores
    • Member since 09-26-2006, 11:32 AM
    • Posts 21
    Nevermind Stick out tongue this was incredibly easy to do just using an update panel, progress control, and the update panel triggers (TextBox_OnTextChanged).. works perfectly in my situation!
Page 1 of 1 (2 items)