RequiredFieldValidators

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    RequiredFieldValidators

    We are using RequiredFieldVa lidators for username & password textboxes on a
    registration page where the user creates a login. We also have a link that
    directs the user directly to the login page if they already have a login.
    The validators however prevent the link from working, it wants data to be
    entered for those required fields. Is there a way around that. Thank you
    for your help.


  • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

    #2
    RE: RequiredFieldVa lidators

    set CausesValidatio n=false on the linkbutton, or use a HyperLink instead.

    -- bruce (sqlwork.com)


    "tester" wrote:
    We are using RequiredFieldVa lidators for username & password textboxes on a
    registration page where the user creates a login. We also have a link that
    directs the user directly to the login page if they already have a login.
    The validators however prevent the link from working, it wants data to be
    entered for those required fields. Is there a way around that. Thank you
    for your help.
    >
    >
    >

    Comment

    Working...