create a css class with the following definition and apply the cssclass
to the Textbox.
to the Textbox.
.MakeCapsStyle{text-transform: uppercase;}
<asp:textbox id=”id” runat=”server”
cssclass=”MakeCapsStyle”>
</asp:textbox>
cssclass=”MakeCapsStyle”>
</asp:textbox>
No comments :
Post a Comment