Datatable in ASP.NET ListView sending all rows (including hiddenrows) to server side
Datatable in ASP.NET ListView sending all rows (including hiddenrows) to server side
atharun
Posts: 2Questions: 0Answers: 0
Hi,
i am using datatable for table inside my ASP.NET ListView. this table has multiple rows and multiple pages. on click of a button i want to send all the rows in the listview to server side code.
on click of the button i am able to get the hidden rows using fnGetHiddenNodes() method.
i dont know to which i have to append to, so that all the rows are available in the server side.
i am using datatable for table inside my ASP.NET ListView. this table has multiple rows and multiple pages. on click of a button i want to send all the rows in the listview to server side code.
on click of the button i am able to get the hidden rows using fnGetHiddenNodes() method.
i dont know to which i have to append to, so that all the rows are available in the server side.
This discussion has been closed.