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 / saravanakumar
We can use RegularExpressionValidator to validate the textbox content.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the significance of ASP.NET routing?
What is a postback ispostback and autopostback in asp net?
Where is the view state data stored?
How can we create pie chart in asp.net?
What is the difference between union and structure?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Can we have multiple web config files for an asp.net application?
When should I use server transfer and response redirect?
is gateway for sms continue connected for sending sms.how?
What are Authentication and Authorization?
What are the session management techniques asp net?
What are the different kinds of assemblies?
What is a proxy in web service?
Differences between “dataset” and “datareader”.
How does session state work in asp.net?