Click here to Skip to main content
15,912,756 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
Hi All,

I have a Web application which has ASP controls and ASPX(DEVEX) controls. The tab index of the controls as shown below are working fine in Internet Explorer but its not working in Mozilla.PLease help.

<asp:TextBox ID="txtNumber" AutoCompleteType="Disabled" runat="server" AutoPostBack="True" Height="22px" OnTextChanged="txtCardNumber_TextChanged" TabIndex="1" Width="200px" MaxLength="100">


Thanks.
Posted
Updated 17-Jun-15 12:16pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900