J
Jeff
I want to implement a property in a custom web control. The property
is like ControlToValidate property of standard validators.
My problem is how to implement the design-time function of this property.
ControlToValidate in the property window will show a dropdown list which
contains all controls that can be validated in the current page.
I don't know how to find all controls that can be validated in design-time.
Who can help me? Thanks
is like ControlToValidate property of standard validators.
My problem is how to implement the design-time function of this property.
ControlToValidate in the property window will show a dropdown list which
contains all controls that can be validated in the current page.
I don't know how to find all controls that can be validated in design-time.
Who can help me? Thanks