Search code examples
asp.netentity-framework-4entitydatasource

How to access data in EntityDataSource programmatically


I have an EntityDataSource bound to many filters used by gridview data, I want to have access to the entities that was selected be the EntityDataSource to be able to export them in xml for example, how can I do that?


Solution

  • You get access to result of query executed in EntityDataSource by handling its Selected event and accessing Results of EntityDataSourceSelectedEventArgs.