Click here to Skip to main content
15,867,568 members
Articles / Web Development / HTML5

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

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
27 Jun 2012CPOL 32.2K   9  
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) { ...

Revisions


  

Compare Revision Minor Date Status Editor
7 - publicly available No 29-Jun-12 9:23 Available Sean Ewington
Updates in content. 5 changes had been made.
5 No 27-Jun-12 1:01 Pending Technoses
Updates in content. 5 changes had been made.
4 No 7-Jan-12 7:24 Available Deeksha Shenoy
2 No 30-Dec-11 18:39 Composing Technoses
1 No 30-Dec-11 18:36 Composing Technoses

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Super Eminent Softwares
India India
My name is Peeyush Shah and I am working with Microsoft.Net Framework at Jaipur, India with a Taxaction Software Development Company Named Professional Softec Pvt. Ltd.

My main focus is the development of online application.
We also develop custom software solutions for our customers and are able to support developers in using the following technologies, because we use them every day

- .NET Framework 2.0
- C#
- ASP.NET
- ASP.NET AJAX
- SQL Server 2005
- ADO .NET
- XML Webservices
- Payment systems

Feel free to take a look at the website and see Microsoft's new technologies in action
This is a Organisation

43 members

Comments and Discussions