Hi,
I have Gridview values bound dynamically. I want to add an empty row after 4 row and 10th row of the grid. I used RowDataBound, But it adds new row after every row in the gird. I want only after 4th and 10th row.
Thnaks & Regards,
Ramesh
Hi,
I have Gridview values bound dynamically. I want to add an empty row after 4 row and 10th row of the grid. I used RowDataBound, But it adds new row after every row in the gird. I want only after 4th and 10th row.
Thnaks & Regards,
Ramesh
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Khan Abrar AhmedPosted May 23, 2014, 5:42 AM
before biding the list to gridview add the blank object in the list.