How to insert empty row inside the grid in asp.net?
i have 13 records in my gridview.and I have set page size propery=5 then i have 3 pages, in the final page i m getting two records its corect . But in the final page of the gridview i need 5 rows as per the page size (remaining 1 rows as an empty row , 3 Records remaining from that 13 records and one footer page).
Rajkumar RPosted Nov 14, 2011, 5:43 AM
Rajkumar RPosted Nov 8, 2011, 6:54 AM
I think u got, If not please let me know
Mayur GujrathiPosted Nov 8, 2011, 4:28 AM
Rajkumar RPosted Nov 8, 2011, 3:37 AM
Rajkumar RPosted Nov 8, 2011, 3:29 AM
Rajkumar RPosted Nov 7, 2011, 11:52 PM
Rajkumar RPosted Nov 7, 2011, 11:49 PM
The purpose is to show fixed rows from 1st page to the last page of grid view.
For Example i have 15 records in grid and set the pagesize=10 then the 1st page contain 10 rows and 2nd page contain only 5 records, in this 2nd page i want to display four empty rows and the footerrow total. (5+4+1=10) totally i want to display 10 rows per page
Dipal ChoksiPosted Nov 7, 2011, 6:25 PM
Pls do make sure you have the right requirements, and if it is a valid requirement and you need further help on this, we can check further.
Suthish NairPosted Nov 7, 2011, 3:24 PM
Javeed M ShaikhPosted Nov 7, 2011, 9:33 AM