开发者

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 th开发者_Python百科ere any property in gridview control displaying the data in horizontal.


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜