Bound dropdown list and details view
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all: In VS2005.NET, when I select an item from a dropdown list(combobox), I want the detail view to display the corresponding content of the row. I added the following code into the SelectedIndexChanged event of the combobox DetailsView1.DataBind(); But this doesn't work. Does anybody know how to achieve this functionality please? Thanks in advance!!! Asura