Hello
My project dropdown list is not populating on my "onclick" method, which is a problem.
All the controls above are meant to be filled in with the correct values for the row I select when I click on the list view. Problem: My project dropdown doesn't populate.
The client dropdown list is linked in a cascading fashion to my project dropdown. I therefore assume that in order to know the id of the project dropdown, it must first read the id of the client dropdown.
How do I approach this?