Click here to Skip to main content
15,891,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
1) I want to create a class that will inherited from the web.UI.controls.textbook.
2) I wanted to add all the functionality like required filed,email validation, date validation (with Calender bounded to text box) and also key press events for text box to edit date/month/year by pressing UP and Down key

3) like this i wanted to edit some other controls also like gridview,label,link button etc..

4)using all that class i wanted to make setup as third party setup is available like telrik, dev expressed etc.


I m new in custom control please give me suggestions for this it will be appreciated.


Thank You!!!
Tejas Vaishnav
Posted

Developing Custom ASP.NET Server Controls[^]
ASP.NET Custom Controls: Part 1[^]
Would be a good place to start, and so would this[^]
 
Share this answer
 
You can find some nice samples in CodeProject Itself
ASP.NET Required TextBox (Graphical RequiredFieldValidator)[^]
and
Building an ASP.NET custom web control: a textbox and validator in one[^]

Hope this will help you to go forward.
 
Share this answer
 

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