K
Ken Varn
I very new to ASP.NET, coming from Windows Forms development. One of the
things I have been trying to figure out is how to have the multi-select
functionality of a ListBox control that will also allow me to display a
unique Image with each item in the list. In Windows Forms I would do this
with a ListView control, but I have not figured out a way to do this in
ASP.NET. The closest thing I found was the DataView control, but it does
not allow multi-selection, and you have to place a 'select' control for each
list item. I just want the user to be able to click on the row to select
it, and use shift-click or ctrl-click to be able to select multiple rows.
Does anyone have info on how to do this?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------
things I have been trying to figure out is how to have the multi-select
functionality of a ListBox control that will also allow me to display a
unique Image with each item in the list. In Windows Forms I would do this
with a ListView control, but I have not figured out a way to do this in
ASP.NET. The closest thing I found was the DataView control, but it does
not allow multi-selection, and you have to place a 'select' control for each
list item. I just want the user to be able to click on the row to select
it, and use shift-click or ctrl-click to be able to select multiple rows.
Does anyone have info on how to do this?
--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.
EmailID = varnk
Domain = Diebold.com
-----------------------------------