how to create our own dll in asp.net
I need to use custom repeater(dll) like rich text box dll in my website wherever i required...how to solve this
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.
Sunny SharmaPosted Oct 3, 2013, 2:54 AM
Please refer to these links on how to create your own custom control in asp.net:
http://www.tutorialspoint.com/asp.net/asp.net_custom_controls.htm
http://www.codeproject.com/Articles/87474/ASP-NET-Custom-Control
HTH :)