Forum Post: RE: Filter a populated select control

  • Thread starter Thread starter meyrick
  • Start date Start date
Status
Not open for further replies.
M

meyrick

Guest
Here is a description of what im trying to accomplish. What’s happening is, I’m building a dataset with two temp tables. One as the parent and the other as the child. The logic works as follows: For each employee, there are certain parts linked to them with each part having special prices. On the app server side, the data is being dumped out correctly. On the client side the drop down (select control) for the employee populates correctly but the parts drop down pulls back all the parts linked to all those employees instead of just the parts for the selected employee. Also the special price linked to that part, needs to be displayed in an input control so the user can still edit the price if need be. In the beginning I was using three business entities. One to pull the employee, one to pull the parts and one to pull the special price which worked fine. I am now trying to put this all into one business entity as it makes writing back to the database a lot easier. Does anyone perhaps know how I can filter through the records on the client side in the dataset so that only the parts for the employee are displayed in the drop down or does anyone maybe have another idea for me?

Continue reading...
 
Status
Not open for further replies.
Back
Top