Frequently Asked Interview Questions
What are the Important properties that are common to all validation controls?
ASP.NET FAQS
Validation Controls FAQS >>
4. What are the Important properties that are common to all validation controls?
ControlToValidate:
- The ID of the control for which the user must provide a value.
ErrorMessage:-
Error Message to be displayed if validation fails (Ex: First name is required)
Display :
- display mode can be None/Static/Dynamic
None :
Validation message is never displayed
Static:
Space for the validation message is allocated in the page layout
Dynamic:
Space for the validation message is dynamically added to the page if validation fails.
Text :-
* A star is a conventional way of indicating that a field is required. This text will be displayed only if there is an error
ValidationGroup:-
We can group validators into groups that are treated as a unit.
ASP.NET FAQS
Validation Controls FAQS >>
Newer Post
Older Post
Home
Most Visited Pages
Policy Server Failover, Load Balancing and Clustering
Overview Agent to Policy Server Failover Dynamic Load Balancing Policy Server Clustering Exercise 1: Policy Server Failover Exercise 2: Mult...
Policy Server Failover
Exercise 1 : Policy Server Failover In this exercise, you and a partner will configure your systems for policy server failover. You will cha...
Unable to process SMSESSION cookie
Unable to process SMSESSION cookie warning in siteminder webagent logs We could see this warning in siteminder web agent logs. user tries ...
Policy Server Clustering
A cluster is a set of servers with dynamic load balancing. Load is dynamically distributed among the servers in a cluster. Trusted hosts can...
Interview Questions on ViewState
FAQS on ASP.NET StateManagement << State Management ViewState >> 1. Can the HTML controls retain state across postbacks? No 2. C...
Interview Questions on State Management
FAQS on ASP.NET StateManagement ASP.NET FAQS ViewState >> 1. What is State management in ASP.NET? State management is the process by w...
Interview Questions on ADO.NET
Interview questions on ADO.NET Page 2 << PREV 11. When do you use ExecuteReader method? Use ExecuteReader when the sql command or stor...
Siteminder Failover and Load Balancing
Objective: Upon completion of this module, you will be able to implement various failover and load balancing strategies for Agent to policy ...
Validation Controls in Asp.Net
Validation Controls: We can add validation controls to asp.net pages to validate user input based on validation criteria. ASP.NET Validation...
Interview questions on Abstract Class and Interface
Interview questions on Abstract Class and Interface 1. What is an Abstract Class? Abstract class is a class that can not be instantiated. Th...
Home
|
Site Index
|
Contact Us