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 |
To call a Web service which transport protocol you can use?
when we write the html code with runat = server it works like a server control than why we use the server control?
What is a session http?
how to write code for role based security
What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
What is the difference between a page theme and a global theme?
What is microsoft windows sharepoint services?
what is webservices. howit is use in our project .
what are the ihttphandler and ihttphandlerfactory interfaces ?
what is assembly?
How do you store a value in viewstate and retrieve them?
Explain the difference between or and orelse?