comma separator in the text box field

  • Thread starter Thread starter mansoorabid
  • Start date Start date
M

mansoorabid

Guest
<p>I am new to .net</p><p>All i have is a text box that is not accepting "Comma's" example. when I enter multile accountIds like Account1,Account2,Account3
</p><p>Below is the code</p><p>&lt;asp:TextBox ID="txtAccountID" runat="server" ClientIDMode="Static" CssClass="txtSearch InputMask"<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Width="340px"&gt;&lt;/asp:TextBox&gt;</p><p>I made the ClientID to&nbsp;<a class="xref x-hidden-focus" data-linktype="relative-path" href="ClientIDMode Enum (System.Web.UI)" style="color:var(--primary-hover);cursor:pointer;overflow-wrap:break-word;box-sizing:inherit;outline:0.125rem dashed var(--text);outline-offset:0.125rem;font-family:'Segoe UI', SegoeUI, 'Segoe WP', 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif;font-size:14px;">AutoID</a>/Predictable and inherit but no luck</p><p>How can I make this text box accept Comma's</p><p></p>

Continue reading...
 
Back
Top