i have a register form & in that form i have a 2 textboxes
for entering name&age.my doubt is that how can i provide
error message like "invalid entry" when user enter a
invalid name/age(eg:user enter name as #%%%##daff,and age
as 1000.)in that textboxes.I want code.
Answer Posted / satheshkumar
name textbox should follow the reqularexpersion valitator and age textbox should follow the range validator
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which authentication uses a combination of windows and iis authentication?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is the difference between system.stringbuilder and system.string
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Explain about the Class view window?
What are the advantages of the code-behind feature?
How can you handle errors in Web API?
Why session is used in asp.net?
What is the current version of asp.net?
What is data cache in sql server?
What is query string?
Explain diff. Between friend and protected friend?
What is the namespace to create thread in .net?
What are the types of authentication in asp.net?
What asp.net control can embed xaml into asp.net pages?