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
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is the use of response redirect in asp.net?
Explain the role of global.asax?
Explain the Order of events in an asp.net page?
Define a static class?
Define page output caching?
How does a content page different from a master page?
What is web api vs wcf?
What are the various session state management options provided by asp.net?
What is boxing and unboxing in asp.net?
What is the difference between CLICK and MOUSE DOWN Event ?
Explain the difference between sql invalidation and sql notification.
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is a server cookie?
What is the web.config file in asp?