How do you validate the controls in an ASP .NET page?
Answers were Sorted based on User's Feedback
Answer / guest
by setting the control to validate property in validator to
that controler
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sneha gupta
we can validate controls either server side or client side.
for client side vaildaions we can your either javascript or
validation controls provided in .NET.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / raj
We can validate the controls in an ASP.NET page using
validation controls. There are six types of validation
controls in asp.net. They are :
RequiredFieldValidator,
RangeValidator,
CompareValidator,
RegularExpressionValidator,
CustomValidator and
Validation Summary
Is This Answer Correct ? | 2 Yes | 1 No |
What is an imagemap in asp.net?
What are server activated objects?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Explain advantages of caching?
A brief difference between Session and Cookies in asp.net
what is caching
To wrap up a call to a Web service the standard used is..?
What is ispostback property?
I have got less marks in bsc it So how to get interview.tell me
What are html helpers in asp.net?
What is the difference between system.stringbuilder and system.string
Explain the use of fragment caching.