text bold in textbox
ASP.NET
4
Posts
4
Posters
0
Views
1
Watching
-
How can we show the bold text in textbox....
-
How can we show the bold text in textbox....
-
How can we show the bold text in textbox....
Use
txt.Style.Add(HtmlTextWriterStyle.FontWeight, "bold");
Or you can directly usestyle="font-weight:bold;"
Cheers :rose::rose:Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
How can we show the bold text in textbox....
Hi,try this, <asp:TextBox ID="TextBox1" runat="server" Text="Hello" style="font-weight:bold"></asp:TextBox>
April Comm100 - Leading Live Chat Software Provider