Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,


I want to create a custom text box control. i want to add required filed validator into that. when i set isRequired property to "true". then the text box must be required and vice-verca.

Please tell me how to create custom control...


Indrajeet Sutar
Posted
Updated 28-Dec-09 1:16am
v3

1 solution

One way to do this would be to inherit the text box control class and then add your field validator logic in that class.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900