开发者

multicolumn listbox in aspx page

开发者 https://www.devze.com 2023-03-14 03:58 出处:网络
I have a list box: <asp:ListBox ID=\"lstAppointment\" runat=\"server\"></asp:ListBox> I want to make it multicolumn. I googled a lot but not finding the appropriate answer. I am workin

I have a list box:

<asp:ListBox ID="lstAppointment" runat="server"></asp:ListBox>

I want to make it multicolumn. I googled a lot but not finding the appropriate answer. I am working in ASP.NET C#.

Any help wou开发者_如何学Pythonld be appreciated.


I am using Gridview now for this purpose.

0

精彩评论

暂无评论...
验证码 换一张
取 消