hi all

i am using gridview control and i want to focus gridview after editing.please give me its solution ASAP.

<asp:GridView ID="GridView1" runat="server" AllowPaging="True" 
        AllowSorting="True" DataSourceID="SqlDataSource1">
        <Columns>
            <asp:CommandField ShowDeleteButton="True" ShowEditButton="True" />
        </Columns>
        <EmptyDataTemplate>
            There is No data.
        </EmptyDataTemplate>
    </asp:GridView>

Recommended Answers

All 2 Replies

>>

GridView1.Focus()
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.