I expect this is simple but can't seem to find a good answer.
How do I update a dropdownlist that is in both the insert and edit templates of one listview when I insert, edit or delete items in another listview.
To clarify. I have:
ListView1
ListView2
DropDownList1 in the EditItemTemplate of ListView2
DropDownList1 in the InsertItemTemaplate of ListView2
SqlDataSource1 that populates ListView1 and DropDownList1
After making a change in ListView1 I need to update the dropdownlist called DropDownList1 that exists in both the edititemtemplate and the insertitemtemplate
I am working in VB by the way
Thanks
Web Development Manager
How do I update a dropdownlist that is in both the insert and edit templates of one listview when I insert, edit or delete items in another listview.
To clarify. I have:
ListView1
ListView2
DropDownList1 in the EditItemTemplate of ListView2
DropDownList1 in the InsertItemTemaplate of ListView2
SqlDataSource1 that populates ListView1 and DropDownList1
After making a change in ListView1 I need to update the dropdownlist called DropDownList1 that exists in both the edititemtemplate and the insertitemtemplate
I am working in VB by the way
Thanks
Web Development Manager