Beispiel #1
0
    private void BindSelType()
    {
        DataSet ds  = bllCategory.GetAllChildByCodeNoPar(codeNo);
        int     pid = bllCategory.GetIdByCodeNo(codeNo);

        CreateLevelDropDown(ddlType, ds.Tables[0], pid);
    }