While create ASP.NET web pages I often found that I need to put the same set of controls onto different web pages. Instead of doing them again and again, is there a way to define this set of controls as a "composite control" so that I can just drag and drop
it?
While create ASP.NET web pages I often found that I need to put the same set of controls onto different web pages. Instead of doing them again and again, is there a way to define this set of controls as a "composite control" so that I can just drag and drop
it?
Hi silly_dude,
Instead of composite controls why are you not trying Usercontrols? Usercontrols will help you to solve your issue. To learn how to use UserControls in you application checkout this.
silly_dude
Member
90 Points
87 Posts
How to create a "composite control"?
Jan 31, 2013 05:20 AM|LINK
While create ASP.NET web pages I often found that I need to put the same set of controls onto different web pages. Instead of doing them again and again, is there a way to define this set of controls as a "composite control" so that I can just drag and drop it?
ramiramilu
All-Star
95275 Points
14072 Posts
Re: How to create a "composite control"?
Jan 31, 2013 05:28 AM|LINK
you got to search google for "UserControls"...
thanks,
JumpStart
rimagandhi
Participant
1552 Points
495 Posts
Re: How to create a "composite control"?
Jan 31, 2013 05:32 AM|LINK
http://www.codeproject.com/Articles/1739/User-controls-in-ASP-NET
Regards
Rima Gandhi.
Software Developer.
matifnadeem
Contributor
4580 Points
1090 Posts
Re: How to create a "composite control"?
Jan 31, 2013 06:49 AM|LINK
Hi silly_dude,
Instead of composite controls why are you not trying Usercontrols? Usercontrols will help you to solve your issue. To learn how to use UserControls in you application checkout this.
Or If you want to get idea what is composite control and how to use it then check out this
Let me know if any query still remains.
Cheers
M Atif Nadeem
Mark as Answer if you got right thing
Read my blog | Follow me on LinkedIn