I am developing a web application and using the ASP.NET ListView control. I am having now a large ListView and I want to minimize the width of it since there are large spaces between the columns. Also, I would like to change the style of it. How to do that?
I googled about this issue but I just found two resources for changing the style without changing the width of it. I tried to add the width to CSS style but I failed, too.