How do you validate the controls in an ASP .NET page?
Answer Posted / guest
by setting the control to validate property in validator to
that controler
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is asp.net and its advantages?
What is the difference between stored procedure vs function?
How many types of validation are there?
Which asp.net objects encapsulate the state of the client and the browser?
What are the asp.net list controls and difference between them?
How do sessions work?
How to you can limit Access to Web API to Specific HTTP Verb?
How to find out what version of asp.net I am using on my machine?
Is it possible to create web application with both webforms and mvc?
What is Partial PostBack in ASP.NET?
Is there any alternative to avoid name collisions other then Namespaces?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
How can we provide the WebParts control functionality to a server control?
What is autopost?
Where do we store our connection string in asp.net application?