H helpful sql May 13, 2005 #1 Hi all, How can I hide the borders of ASP.Net ListBox control? Thanks in advance.
G gaidar May 14, 2005 #2 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.
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.