Reputation: 1975
I am Beginner. I want to study and create custom controls. I have searched on Google but didn't find any good stuff. Could anybody provide me some nice link or explain me that how can I start custom controls.
Thanks in advance.
Upvotes: 1
Views: 170
Reputation: 4150
Here is walkthrough in creating webserver control at MSDN http://msdn.microsoft.com/en-us/library/yhzc935f.aspx
Upvotes: 1
Reputation: 176956
Following article might help you :
http://www.codeproject.com/KB/validation/MyTextBox.aspx
http://www.codeproject.com/KB/custom-controls/EnhanceGrid.aspx
Upvotes: 2