Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

How to redirect a page using button in C# Asp.net

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was developing a login and registration page in Asp.net web application.

Here, I've already had "register button" to submit a form. And under every textboxes I inserted "Field Validator".
this works fine.

https://imgur.com/U3LMe7i

I've attached "login" button to redirect the user to login.aspx. But the problem is, when I click the login button the "Field Validator" asks me to enter the details.

https://imgur.com/t9MIVIG


https://imgur.com/AaWL0LN



Can anyone help me to rectify this?
 
Saloon Keeper
Posts: 15705
367
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Nora, can you please post the relevant code here? Few people are willing to leave the site to look at code.
 
reply
    Bookmark Topic Watch Topic
  • New Topic