65.9K
CodeProject is changing. Read more.
Home

How to click/select Row in ASP.NET GridView or HTML Table

starIconstarIconstarIconstarIconstarIcon

5.00/5 (5 votes)

Jan 3, 2012

CPOL
viewsIcon

33909

The above code will slow down the browser and the browser can hang when Rows in Grid will be 10000 or above.Please view the below suggestion:CS Codeprotected void grvGroups_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow) { ...