N
needin4mation
Hi, I have this in my asp.net 1.1 page:
<asp:textbox id="Comment" tabIndex="4" runat="server"></asp:textbox>
Inside the tags, say I have:
<b>I am bold.</b>
When I run the page I get the tags, the HTML, with the sentence. But
how can I get it to render the sentence bold using the tags?
Thank you.
<asp:textbox id="Comment" tabIndex="4" runat="server"></asp:textbox>
Inside the tags, say I have:
<b>I am bold.</b>
When I run the page I get the tags, the HTML, with the sentence. But
how can I get it to render the sentence bold using the tags?
Thank you.