based on cell datagrid dropdown value want to change...,
-
Hi i have one datagrid in that i have my dropdownlistbox..., When i am loading some datas in my datagrid..., Based on that data,my dropdown box data also want to display..., Example: if i load an employee id in that datagrid.., Based on that employee id, his/her name want to display in that dropdown list box..., How to do that?, Plz help me...,
Regards, Magi
-
Hi i have one datagrid in that i have my dropdownlistbox..., When i am loading some datas in my datagrid..., Based on that data,my dropdown box data also want to display..., Example: if i load an employee id in that datagrid.., Based on that employee id, his/her name want to display in that dropdown list box..., How to do that?, Plz help me...,
Regards, Magi
Hi Magi, consider one example. If my dropdown list have datasource which conatin employee id and employee name. your display field will be employee name and value field will be employee id. so if your datagrid is having datasource in which it contains employee id column. it will show respective name in dropdown list column...
pallavi