how to create custom control i n c#.Plz help me.
thanks
how to create custom control i n c#.Plz help me.
thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Feb 5, 2008, 10:13 AM
There are several types of custom control which can be created using C#, the commonest being the user control and the inherited control.
The following article explains the difference between them and includes some samples:
http://www.akadia.com/services/dotnet_user_controls.html