Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I want to know more about the User Control & its Use in Asp.net Web Applications.
User Control making in Asp.net.
Examples will be helpful..

Thanks & Regards,
Aamir
Posted

Hi,
Follow the link below to know about user controls in asp.net:
http://msdn.microsoft.com/en-us/library/y6wb1a0e.aspx[^]
User controls in ASP .NET[^]
http://asp.net-tutorials.com/user-controls/using/[^]

All the best.
--Amit
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Jul-12 0:06am    
Useful, a 5.
--SA
_Amy 12-Jul-12 0:14am    
Thank you SA.
Rahul Rajat Singh 12-Jul-12 0:33am    
good links. +5.
_Amy 12-Jul-12 0:34am    
Thank you Rahul.
A user control is a kind of composite control that works much like an ASP.NET Web page —you can add existing Web server controls and markup to a user control, and define properties and methods for the control. You can then embed them in ASP.NET Web pages, where they act as a unit.

User controls are substantially easier to create, because you can reuse existing controls. They make it particularly easy to create controls with complex user interface elements.

Refer:
ASP.NET User Controls Overview[^]

If you have developed an ASP.NET Web page and would like to access its functionality throughout your application, you can make some minor alterations to the page to change it to a user control.
Refer: How to: Convert Web Forms Pages into ASP.NET User Controls[^]

How to: Create ASP.NET User Controls[^]
How to: Include ASP.NET User Controls in Web Pages[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Jul-12 0:06am    
Useful references, a 5.
--SA
Prasad_Kulkarni 12-Jul-12 0:08am    
Thank You SA! :)
Rahul Rajat Singh 12-Jul-12 0:33am    
good links. +5.
Prasad_Kulkarni 12-Jul-12 0:34am    
Thank you Rahul!

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