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 server-side scripting and client-side scripting.
Is viewstate secure?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
Explain the basic functionality of garbage collector?
They mostly asked difference between versions of technologies
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Where can I get information on cookies in asp.net?
what are the Custom controls in asp.net?
What is asp.net used for?
What is the life cycle of an asp.net page?
Explain the working of passport authentication.
Why is an object pool required?
Where viewstate value is stored in asp.net?
Why session management is required?
Explain the difference between overriding and overloading?