5
Shouts

Persisting row selection in data bound control like GridView,ListView

published 1065 days, 12 hours, 23 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1065 days, 16 hours, 34 minutes ago
Tuesday, June 22, 2010 10:27:47 AM GMT Tuesday, June 22, 2010 6:17:15 AM GMT

Some times we need show large amount of data like hundred of rows but its very difficult to show that in a single web page so we are using the paging mechanism of inbuilt data bound control of .NET Framework like GridView and ListView. But in pagingĀ  of data bound control its very hard to remember the row selection like suppose you have selected a row in page 1 and then you goto the page2 and return back to page1 the selected row will not be there. So to do that thing you have right custom coding for tha...

category: Web Dev | clicked: 1 | | source: jalpesh.blogspot.com | show counter code
tags: gridbinding, ASP.NET 4.0