Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web control that acts like ListView 1

Status
Not open for further replies.

bthale

Programmer
Oct 31, 2001
108
US
I am trying to find a WebForm control that acts like a details ListView on Windows Forms. I have tried the DataGrid, but I can't get it to select the row or react to SelectedItemChanged event. The DataGrid doesn't have the AutoPostBack attribute. Is there any generic control that I could use? I have this working on a Windows Form application. I can select a row of the ListView, and it updates another table. I also need to color the cells according to my criteria.
 
The DataGrid can do everything you have mentioned above...


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Do you know of any good documentation on how to do this? The MSDN CD I have does not go into detail, and I have not founds anything on the CD that specifically shows how to do this. I have the events coded correctly but the code isn't reached for some reason. Also, I can't get it to highlight the selected row.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top