I want to use the DynamicPopulateExtender to fill a ListBox.
I have several ASP DropDownLists that allow the user to choose filters for retrieving Employees from the database. I have created a web method to retrieve my employees, and I am able to populate a Panel with the "plain text" of my call.
How do I leverage this into populating a List Box? And, after I fill the ListBox, I will need to be able to retrieve the Selected Value from CodeBehind to call another page.
Thanks for any help you can give me!
-Bryan