Techno
06-03-2008, 06:11 AM
ok here is an odd one.
we are using ASP.NET to databind rows of data however we are creating a table and within that table, rows of entries and for each row, the column data, so yes, its basically an ASP.NET table, not the repeater or datagrid control.
They have also applied CSS to each row, so when you hover over it or select it, it will change color and enable certain buttons, thats cool
Now, the want to be able to say, select multiple rows of data. So, multiple tablerows. now, how is this possible, so the user can press "Control" key, and allow them to select multiple rows of data in the table? When selected, we also want it so that it appends data to a certain control, well, it does do this when you select a tablerow, but we also want this to work (appended to that control) when multiple tablerows have been selected
ideas?
we are using ASP.NET to databind rows of data however we are creating a table and within that table, rows of entries and for each row, the column data, so yes, its basically an ASP.NET table, not the repeater or datagrid control.
They have also applied CSS to each row, so when you hover over it or select it, it will change color and enable certain buttons, thats cool
Now, the want to be able to say, select multiple rows of data. So, multiple tablerows. now, how is this possible, so the user can press "Control" key, and allow them to select multiple rows of data in the table? When selected, we also want it so that it appends data to a certain control, well, it does do this when you select a tablerow, but we also want this to work (appended to that control) when multiple tablerows have been selected
ideas?