asma
asma

Reputation: 2835

Multicolumn listbox in aspx page

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#.

Upvotes: 1

Views: 2124

Answers (1)

asma
asma

Reputation: 2835

I am using Gridview now for this purpose.

Upvotes: 2

Related Questions