I want bind data from database in Horizontal format data is in datatbase e.g
EMPLOYEES FROM CLIENT SIDE
Record ACompany BCompany CComapany DCompany Count 10 20 30 40
We can use 'PIVOT' function in Sql server and get data in horizontal format from database directly.