Grid Support in Combo box(ASP)

Hi, I have the problem of displaying columns in Combo box list.For example, the list box is constructed as a string out of the Employer's Name,Age,Salary details from database. All the employee's record should be shown in combo box look like a table structure.The space b/w Name,Age,Salary should be fixed. I could't get the equal space in all the records though i fill the remaining space with null string. It takes only one space if i fill remaining spaces with null string.How could i solve this problem? Example: Max length of Name column is 30 characters. Max length of Age column is 2 characters. MAx length of Salary column is 6 characters. Name Age Salary

Loader.
Up arrow icon