Tuesday, March 13, 2012

Setting The Tab Index Property

Friends,
I got struck up in Setting the tab index property of the control on web formsyou can specify the tab index in your web control for e.g:

<asp:textbox id="tb1" runat="server" tabindex="1"/
<asp:textbox id="tb2" runat="Server" tabindex="2"/
HTH
Do you just mean thetabIndex property of HTML elements?

If so, all ASP.NET Web Controls implement theTabIndex property.

What problem are you having?
thanks

0 comments:

Post a Comment