1

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

halfer
  • 19,824
  • 17
  • 99
  • 186
asma
  • 2,795
  • 13
  • 60
  • 87

1 Answers1

2

I am using Gridview now for this purpose.

asma
  • 2,795
  • 13
  • 60
  • 87