Hi one and all,
I am using asp.net 2005 gridview to put the data derived from database in horizontal direction. I want three columns to placed in a single row. In that way there will be 3 rows per page. It is as same as orkut home page in which 9 friends will be displayed on the home page. 3 friends per row and 3 columns and totally 3*3=9 friends per page. My application is almost using datagrid. I am not getting the layout of the grid in the position that i want. Please help me. Thanks in advance

Use item template to declare these 3 columns per row,and just use paging functionality and set Rowsperpages=3

Use Datalist control to show multiple records per row.

ok thanks for giving replies

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.