Hi,
I have a editable list view (Employee), which refer EmpSO which has three columns (Empno, Ename and Deptno).
Deptno of the Employee view is the DropDownList, whose value is populating from DEpt SO.
While adding ,the drop down list of Deptno will display Dname, but while saving in Employee SO it will save the Deptno as a value.
But while saving, the last enterted Deptno is saving for all the Added rows of the employee.
Say in the first row of the editable list, Dept selected as Sales (Deptno = 10) and for second row (which is last row) Dept is selected as Account (Deptno = 30). Now when data is saving, for both employee records are saving as Deptno = 30, where first record shoud have been 10 and next one should have 30.
It will be nice if you let me know the solution for the above issue.
Thanks with Regards,
JD