How to get selected value from GridView (C#)

Posted by drasto on Stack Overflow See other posts from Stack Overflow or by drasto
Published on 2010-05-15T03:55:16Z Indexed on 2010/05/15 4:04 UTC
Read the original article Hit count: 323

Filed under:
|
|
|

I have GridView that allows select. It takes data from EntityDataSource. How do I get the entity Object that is selected when the row in GridView is selected ? Primary keys of entities are not displayed in the GridView.

Thanks for answers

© Stack Overflow or respective owner

Related posts about gridview

Related posts about c#