Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32062

TabIndex in Asp.net

$
0
0
how to set tabindex in using this type of control nd inside this control have 1 gridview. <att:Attachment ID="ucAttachments" runat="server" /> my coding is page asp.cs -.  Button button1 = ucAttachments.FindControl("btnAdd") as Button;
                
                if (button1 != null)
                {
                    button1.TabIndex = 65;
                    
                } this work is proper but inside this button 1 gridview how to set tab or focus on textbox after this btnadd button.

Viewing all articles
Browse latest Browse all 32062

Trending Articles