Data populating in table layout.
Hello,
I want to create a table layout which has four columns. Consider A,B,C,D.
In that table I want to populate data of Employee which is stored in Data Type.
Column A is of dropdown type and other columns are in read-only form.
After selecting value from dropdown column A (EmpID), all other columns should be populated with
corresponding EmpID value like empName, Address, salary.
Thanks,
Aditya.