let me elaborate on what I am trying to do.
Scenario:
Step one: User does a search for an item
Step two: User picks item from a Gridview
Step three: User selects edit from details view (item template)
Step four: User can modify record (EditItemTemplate) (here is where I want to preselect the item in a dropdownlist that matces what was in the details view item template) Basically just carry the value from one template to another but convert from label to dropdown list.
I hope this clarifies what I am looking for.
Thanks