Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on my final year project, I have a login page, on which i applied validation,
Look at this : http://decsys.somee.com/Login/Login.aspx[^]

I want to show that validation of both the text field in just one line. How can i do that;
Look at this what i want: http://careers.axact.com/signin.aspx[^]

How can i do this.???
Posted

1 solution

Use ASP.NET ValidationSummary Control[^]
Set the DisplayMode = "SingleParagraph"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900