Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143864 | Apr 8,2019 01:35 PM UTC | Apr 9,2019 07:32 AM UTC | ASP.NET Web Forms | 1 |
![]() |
Tags: Grid |
// link button click event in server side
protected void LinkButton1_Click(object sender, EventArgs e)
{
this.OrdersGrid.SelectedRowIndex = -1;
this.OrdersGrid.SelectedRowIndices.Clear(); // clear the selectedRowIndices to clear the selection
this.OrdersGrid.DataBind();
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.