What are Strong Names ? Strong names are unique names for assemblies. Strong name is similar as GUID in COM components. When we want to deploy the assembly in GAC, then we need to give the strong name for the assemblies. Strong name helps GAC to differentiate between two versions.
What are the common properties of all validation controls? ControlToValidate – control name to be validated.
ErrorMessage – error message to be displayed on validation fail.
IsValid – Boolean value for checking control’s validation has succeeded or not.
Text – displaying the text before validation for validation control.