D
Dan
I have an asp.net page default.aspx with a user control and a placeholder
control.
<html>
<body>
<form id="myform" method="post" runat="server" />
<PageHeader:Header id="header1" runat="server" />
<asplaceHolder ID="content" runat="server" />
</form>
</body>
</html>
In my user control I have 5 linkbuttons. I would like to have each of these
linkbuttons load a different user control into the placeholder on the
default.aspx page. Is this possible? If so how can I add my user controls
to the placeholder from another user control?
Thanks,
Dan
control.
<html>
<body>
<form id="myform" method="post" runat="server" />
<PageHeader:Header id="header1" runat="server" />
<asplaceHolder ID="content" runat="server" />
</form>
</body>
</html>
In my user control I have 5 linkbuttons. I would like to have each of these
linkbuttons load a different user control into the placeholder on the
default.aspx page. Is this possible? If so how can I add my user controls
to the placeholder from another user control?
Thanks,
Dan