I am facing the Issue where I have to generate a ddL from database in which value and text fields are the table column name's not row data.
like I have a table Employee in which my column name's are EmployeeId, EmplyeeName, EmpDept, EmpDesig, etc....
so how to populate dlL like this
text value
EmployeeId EmployeeId
EmplyeeName EmplyeeName
EmpDept EmpDept
EmpDesig EmpDesig