I want column wise gridview paging
-
i am displaying records gridview vertically by converting rows into column hence i want column wise paging in gridview. thanks in advance
-
i am displaying records gridview vertically by converting rows into column hence i want column wise paging in gridview. thanks in advance
Use Google[^], I found this[^] EDIT ----------------- Better way is bring resultset from database using the PageNo & Start-End. Check this article SQL Server 2005 Paging Results[^] For Row to Column/Column to Row use PIVOT-UNPIVOT Using PIVOT and UNPIVOT[^] Pivoting data in SQL Server - (Alternate ways)[^] Combine the above two things & customize. That's it but to get perfect version, you need to spend some time on this. And don't forget to share your final version here.
thatraja
Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
-
Use Google[^], I found this[^] EDIT ----------------- Better way is bring resultset from database using the PageNo & Start-End. Check this article SQL Server 2005 Paging Results[^] For Row to Column/Column to Row use PIVOT-UNPIVOT Using PIVOT and UNPIVOT[^] Pivoting data in SQL Server - (Alternate ways)[^] Combine the above two things & customize. That's it but to get perfect version, you need to spend some time on this. And don't forget to share your final version here.
thatraja
Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
I think OP asked for paging..conversion part is already over..
-
I think OP asked for paging..conversion part is already over..
I won't blame my last coffee, it's my mistake. Sometime it happens. Thanks for the headsup.
thatraja
Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
-
i am displaying records gridview vertically by converting rows into column hence i want column wise paging in gridview. thanks in advance
I am not try this type but i sure this link will be help you. try this link http://forums.asp.net/t/1274497.aspx[^]