我想要这样的gridview数据:
CategoryName Subcategory Name
--------------------------------
Abc Abc1,abc2,abc3
Bcs Bcs1,bcs2
def Null / No Record
我怎样才能做到这一点?
好的,我想要使用单个表从数据库中获取数据。我有一个表类别,其中有categryid、parentid、name 等字段。当 parentid 为 0 时,它由类别知道,否则所有其他都是子类别。
我在 c# 中使用 asp.net,我想在 gridview 中使用 boundfield 执行此操作。对于我已经完成的类别,但对于子类别我不知道该怎么做。
子类别由其 parentid 标识。在子类别中 parentid =categryid