Geekpedia
« Go Back

Using ASP.NET and jQuery to Highlight a Row in GridView without a PostBack

*****
(Rated 5 with 1 votes)

In one of our previous articles, we had seen how to highlight a row in GridView using JavaScript without causing a postback. In this article, we will simplify the approach using jQuery, without the need of handling any of the GridView events.