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>