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
What is the part of url?
What symbol would you use to denote, the start of a code block in aspx views?
Is it true that a Web service must be written in .NET or not?
Explain the working of passport authentication.
What is difference between web config and global asax?
What is the difference between login controls and forms authentication?
What is _viewstart?
Differentiate between structure and class.
Define transparent caching with aop?
Give some salient points of difference between request processor and request dispatcher.
Explain the difference between asp.net mvc and asp.net webforms
How you can access the properties and controls of master pages from content pages?
What are the advantages of Web API?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
In Code-Behind class which kind of code (server or client) is found ?