Hello...I want to display data in aspx page like this format.Product NameMobileQty Rate:100Unit Rate:125 A1A2A3A4TotalRed10203040100Blue10203040100Green 10203040100 Total300Product NameCarQty Rate:120Unit Rate:150 B1B2B3B4TotalRed10203040100Blue10203040100Green 10203040100 Total300 Grand Total:600I have one datatable with this value.I want to display in page but i have't any idea about which control should i use?Plz Help... 解决方案I wonder how would you have all these details in one DataTable. Anyways, you may try to do this by using "Nested GridViews". I am not too sure about nesting of other Data-Listing controls like Repeater Control etc.Here are few CodeProject Articles on this.Editable Nested GridView (All-in-One)Gridview inside Gridview in ASP.NET C#Gridview Inside a GridView in ASP.NET 2.0 这篇关于我应该使用哪种控件来显示这种格式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
06-03 00:23
查看更多