C
ColdAir
Hi,
I would like to add a dynamic aspx snippet, into the currently designed aspx
page.
For ex.,
I would like to add the following
'<asp:LinkButton id="LinkButton4" runat="server">Masters</asp:LinkButton><br
/>'
(which is generated through xsl transformation dynamically.) to the
existing designed aspx content.
At the same time, I would like to have the html source to be with anchors
(as usual for linkbuttons) without any asp tags in the final html when we
are browsing.
Finally, I would like to add event for dynamic aspx snippet. How to go about
it ?
Thanks
ColdAir
I would like to add a dynamic aspx snippet, into the currently designed aspx
page.
For ex.,
I would like to add the following
'<asp:LinkButton id="LinkButton4" runat="server">Masters</asp:LinkButton><br
/>'
(which is generated through xsl transformation dynamically.) to the
existing designed aspx content.
At the same time, I would like to have the html source to be with anchors
(as usual for linkbuttons) without any asp tags in the final html when we
are browsing.
Finally, I would like to add event for dynamic aspx snippet. How to go about
it ?
Thanks
ColdAir