Results 1 to 2 of 2

Thread: [RESOLVED] Ajax - Muliple Submit Buttons Issue

  1. #1
    Member
    Join Date
    Dec 09
    Posts
    62

    Resolved [RESOLVED] Ajax - Muliple Submit Buttons Issue

    (Visual Studio 2012 / ASP.NET 4.0 VB)

    I have a page with two sections on it - One is a new member registration section the other is the member login section. I am having an issue with AJAX validation running on the registration form when someone tries to login for example.

    Is there a way to assign validation to certain areas of a page so if someone clicks the "CREATE MY FREE ACCOUNT" button if validates the appropriate fields only... instead of trying to validate when someone is attempting to login?

    Both areas use validation btw.... the login section has required field validators.

    SEE IMAGE BELOW FOR EXPLANATION

    Any help is greatly appreciated!
    Name:  login-register.png
Views: 39
Size:  134.0 KB
    Last edited by acrow; Sep 8th, 2012 at 12:26 PM.

  2. #2
    Member
    Join Date
    Dec 09
    Posts
    62

    Re: Ajax - Muliple Submit Buttons Issue

    ok I figured it out... using ValidationGroup.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •