M
Mike
Hi,
I am trying to format some text that I retrieve from a DB. I load the converted (to string) values in an array and then use the following statement:
lstChartAccounts.Items.Add(String.Format("{0:15} {1:50} {2:10} {3:10}", value))
I would like my ListBox (WebControl) to show the data "tabbed," but I cannot make it work. Any idea on what is wrong here?
Thanks
Mike
I am trying to format some text that I retrieve from a DB. I load the converted (to string) values in an array and then use the following statement:
lstChartAccounts.Items.Add(String.Format("{0:15} {1:50} {2:10} {3:10}", value))
I would like my ListBox (WebControl) to show the data "tabbed," but I cannot make it work. Any idea on what is wrong here?
Thanks
Mike