Im currently working on a gridview built using Itemplate at runtime.
When in edit mode I use dropdownlists for some of the control fields which are populated from views in my db. The problem I am finding is I usually have a memberID field and a MemberName field and need them to be insync. If the user selects a different ID I need the dropdown with the IDname to move to the corresponding option and vice versa.
Is there a way to do this in a dynamically created gridview. I have seen a few examples using ajax in a gridview built using just the control with a sqldatasource but nothing when the grid is built at runtime.