The way to create the component in asp.net
Hi!
I want to create a component to add into the toolbox and use it but i haven't got it! My idea is create a component like the "body tag" in website.This is the idea i want to work.
<vietvoquoc90:component1 ID="MainBox1" runat="server" Title="asdafsdf" CssClass="main-box" >
<Body>
<uc1:PostList ID="PostList1" runat="server" TermID="1"/>
</Body>
</vietvoquoc90:component1>
The Body in my component like the default body.
Please give me some advice about it!thanks.