Dynamically change html code of a page
I want to change the html tag of a Label
from
<asp:Label id="lbl" style="Z-INDEX: 101; LEFT: 128px; POSITION: absolute; TOP: 40px" runat="server">Label</asp:Label>
to
<asp:Label id="lbl" style="Z-INDEX: 101; LEFT: 128px; POSITION: absolute; TOP: 40px" runat="server"><a name="anchor">Label</a></asp:Label>
by hitting a button.
Could someone tell me how could I implement that with c#?
.::YF::.
__________________
.::YF::.
|