Surya sasidhar
Surya sasidhar

Reputation: 30313

Gridview property in asp.net?

i have a doubt in grid view. In Data list we have a property call RepeatDirection (horizontal or vertical). is there any property in gridview control displaying the data in horizontal.

Upvotes: 1

Views: 287

Answers (2)

kranthi
kranthi

Reputation: 41

In Grid we have no option like that because datalist can stored each record at a time where as grid can bind datatable at a time i mean datatable or dataset. further information please give more information on gridview what u want exactly

Upvotes: 0

Shoaib Shaikh
Shoaib Shaikh

Reputation: 4585

I don't think Gridview can show multiple records per row. Nesting Controls could be an option. eg: Another Gridview/DataList in itemTemplate. but this need the change existing DataFetching mechanism.

Upvotes: 2

Related Questions