border of a listbox

  • Thread starter Thread starter helpful sql
  • Start date Start date
H

helpful sql

Hi all,
How can I hide the borders of ASP.Net ListBox control?

Thanks in advance.
 
Use CSS style to define appearance of ListBox.

I think something like "border-right: 0px; border-top: 0px; border-left:
0px; border-bottom: 0px; background-color: transparent;" will do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top