Pulkit Agrawal

Pulkit Agrawal

  • NA
  • 8
  • 470

two different form tags with runat=server in ASP.Net

Nov 24 2018 5:55 AM
I want to make a page exactly similar to Facebook Login page which has 2 textboxes(having validation control) and 1 button(Login) at the right corner and in the main page there is a SignUp page having some textboxes(These should also have validation controls) and button.
I cant make this page in ASP.net since it will need two Form tags with runat=server which ASP.net compilar cant compile.
please help me out to make it.

Answers (1)