datagrid binding with database table rows as columns
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi, Is it possible to bind the datagrid with the database table rows as columns. In ASP.NET2.0 there is a control called "Details view". i need exactly the same style in ASP.NET1.1. That is i want the table headers to be in the first column and the row in the next column. I will the data by a sql statement with select statement. eg: select ssn,fname,lname where ssn = 1234
-
hi, Is it possible to bind the datagrid with the database table rows as columns. In ASP.NET2.0 there is a control called "Details view". i need exactly the same style in ASP.NET1.1. That is i want the table headers to be in the first column and the row in the next column. I will the data by a sql statement with select statement. eg: select ssn,fname,lname where ssn = 1234