Login Control
How can I create Control Similar to "Login Control" in Asp.net & place it in Toolbox.
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 24, 2013, 2:15 AM
refer to these links and get yourself started with developing custom asp.net controls:
----------------------------------------------------------------------------------
http://www.codeproject.com/Articles/28783/Your-First-ASP-NET-Custom-Control
http://msdn.microsoft.com/en-us/library/aa478962.aspx
http://www.tutorialspoint.com/asp.net/asp.net_custom_controls.htm
http://dhavalupadhyaya.wordpress.com/2008/07/20/creating-custom-controls-in-asp-net/
----------------------------------------------------------------------------------
Hope it helps :)