how to add page in displaying numbers of row in html table
Hello Please help me I have technically design a HTML Table that are need to have page like in gridview control that the the numbers of row are shown depending on the numbers that you want to display and then you can click the numbers to shown the other rows of table? is it posible? thanks...
Felipe RamosPosted Oct 26, 2012, 9:57 PM
it is possible, you can use a Repeater to build your table and the command to fetch more data. You can also use jQuery and call a service for your data. The point is that there are many ways to resolve the specific problem you are facing-you have to decide which solution will work best.