How to deal with meta data with drop downs?
- by Mangesh Jogade
Please advise how to handle following scenario in web application.
I have a drop-down which is populated using meta-data from table A. When form is submitted this drop down data is stored in table B. While displaying existing data, it is populated using data stored in table B. While copying existing data, it is copied using data stored in table B.…