DROPDOWNLIST無限樹形選單

2021-05-23 12:03:18 字數 700 閱讀 4510

public void getsubclass(dataset ds, int level, string parentid, string sign)

}else

;string ls = "";

if (drr3 != null && drr3.length > 0)

else

lslevel--;

if (lslevel == 0)

lp = lp + "|___" + dr2["name"].tostring();

}else

else

lslevel--;

if (lslevel == 0)

lp = lp + "|___" + dr2["name"].tostring();}}

if (index != drr3.length)

else}}

}}

protected void qxa()

// else

//

// dropdownlist1.items.add(new listitem(lp, dr2["id"].tostring()));

// }

// }

//}

}}

DropDownList中顯示無限級樹形結構

效果圖 資料庫表 dirid 目錄的id,parentid 目錄的父路徑id,name 目錄的名字 主要 using system using system.collections using system.configuration using system.data using system.l...

關於樹型dropdownlist的繫結

開發產品的時候,需要用到樹性的dropdownlist,於是在網上找方法,找了很多,都不是很有效,於是自己寫了個!首先設計好資料庫,假設資料庫有三個欄位id,parentid,name。parentid是樹性結構必須的,就是節點的父節點id,假設跟節點id都是0。下面就可以繫結了!思路應該很簡單,就...

關於樹型dropdownlist的繫結

開發產品的時候,需要用到樹性的dropdownlist,於是在網上找方法,找了很多,都不是很有效,於是自己寫了個!首先設計好資料庫,假設資料庫有三個欄位id,parentid,name。parentid是樹性結構必須的,就是節點的父節點id,假設跟節點id都是0。下面就可以繫結了!思路應該很簡單,就...