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
Explain different authentication modes in asp.net?
Explain method to handle error using HttpError in Web API?
What is session in http request?
What is difference between cookies and cache?
How about the security in Activex DLL and Activex EXE ?
What is asp.net web application?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Explain Life cycle of ASP.NET page when a request is made.
Who is using asp.net?
How do active server pages work?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
In which event of page cycle is the viewstate available?
Which authentication uses a combination of windows and iis authentication?
How would you get asp.net running in apache web servers? Explain it's limitations.
How could you modify xaml content from javascript?