我有一个数据表,我在其中添加了分配工作链接....当单击它时,它会将我带到一个 assinedwork 按钮,我在下拉列表中绑定项目名称中的数据...和复选框...
Table for Projects
-----------
ProjetsId  |  ProjectName  |Decscription..
 1         |    aaaa       |    hihihihi
 2         |   bbbb         |  helohelo
 like that .....
 to bind the project name to Dropdownlist.
Table for Employee
-------------------
EmployeeId  |  EmployeNameName  |EmployeDescription..
 1         |    aaaa            |    hihihihi
 2         |   bbbb             |  helohelo
to bind the EmployeName to Checkbox
please help me .....................