Tab key not working in asp.net -


i have set tab index of each control not working. mean tab index in not working have use follow code

   <asp:dropdownlist id="ddlsuppliername" runat="server" cssclass="form-element-normal" tabindex="1">                             </asp:dropdownlist> 


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -