Between all the tables that show data (GridView, ListView, etc). Which one is best when you want to make a table so you can click to order by the column name and a row to select and use it data to edit? And how do I manipulate that? I wanna get from the database a list of data, order by the id as default and be able to change it clicking the column name. And, when I select the row I want to edit, it will pass the data to a formview in the same page. The edit template will use the data that was transfered from the table.
View Complete Post