jvalescu
asked on
AJAX DropDown extender in a DetailsView
I have an ASP.NET 3.5 webapp and I am working with the "edit" portion of a DetailsView.I am using a SQL Server 2005 for the data.
I change one of the fields to a template and I add an AJAX dropdown extender to the textbox in the template.
I have a datasource that is used for the detailsview, but I would like to use a different table to populate the DropDown extender.
How do I go about this?
I have used a VS dropdown control instead of using ajax but it didn't work out well with binding...since I need to use a different datasource to populate the items in the drop......
I change one of the fields to a template and I add an AJAX dropdown extender to the textbox in the template.
I have a datasource that is used for the detailsview, but I would like to use a different table to populate the DropDown extender.
How do I go about this?
I have used a VS dropdown control instead of using ajax but it didn't work out well with binding...since I need to use a different datasource to populate the items in the drop......
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.