Text box has to allow digits and alphabets using ajax server side controls and in this if the user types small alphabets it has to convert capital how to do this using ajax server side controls?
For the TextBox do as following
<asp:TextBox ID="txtSearch" runat="server" style = "text-transform:uppercase"></asp:TextBox>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.