Hi,
I have a dropdown list on a page that is bound a field (text:FirstName, value:EmployeeID) from a query I make on my codebehind page.
I would like to add a detailsview to the page, and define a different query to populate the dv with the remaining fields in the table (LastName, EmployeeID, Location), based on the selectedvalue in the dropdown list.
Currently, when I run my website, I only see the dropdown list that has been populated. I cannot see the detailsview.
I am familiar with the common method of databinding, however, I would like to bind the detailsview from the code behind.
Please help!
Thank you for your assistance.
I have a dropdown list on a page that is bound a field (text:FirstName, value:EmployeeID) from a query I make on my codebehind page.
I would like to add a detailsview to the page, and define a different query to populate the dv with the remaining fields in the table (LastName, EmployeeID, Location), based on the selectedvalue in the dropdown list.
Currently, when I run my website, I only see the dropdown list that has been populated. I cannot see the detailsview.
I am familiar with the common method of databinding, however, I would like to bind the detailsview from the code behind.
Please help!
Thank you for your assistance.