I have a gridview that replaces a field with a dropdownlist in the edittemplate.
For various reasons I cannot databind the dropdown prior to this happening.
How can I retrieve the display value for this cell after it's been replaced in the gridview?
To clarify: The grid shows a value. I click the edit button. How do I retrieve the value that was removed when the dropdownlist replaced the cell's text.