Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
1  
What stops you storing the value before replacing the cell with the dropdownlist? – Richard May 24 '12 at 18:44
Just that I don't know which row someone is going to edit in advance. – C Bauer May 24 '12 at 18:45
2  
Can you add event code for when the edit button is pressed? And if the replacing of the cell is done elsewhere then that code too? – Richard May 24 '12 at 18:46
I'm not doing the replacement, it's happening in the gridview's edititemtemplate. – C Bauer May 24 '12 at 19:08
Add gridview's markup to your question. – Coder May 24 '12 at 19:50
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.