EntityDataSource is an ASP.
I have a problem that only shows if EntityDataSource present on ASP.NET (*.aspx) pages. The interesting thing it's just …
c# .net entity-framework exception-handling entitydatasourceI'm using VS 2013 and SQL Svr 2012 and trying use EF to populate a gridview. As this is a very simple …
entity-framework visual-studio-2013 entitydatasourceI have a webforms project using EF codefirst to persist data. I'd like to use a GridView and EntityDataSource, in …
gridview entity-framework-4.1 ef-code-first entitydatasourceHi I have an EntityDataSource. I need programmatically SEND a variable (@SelectedValue) to be used in a WHERE Filter for …
c# asp.net frame entitydatasourceI recently upgraded our Webforms application from EF 4.4 to EF6 and I got so many compile time build errors with …
entity-framework entity-framework-6 entitydatasourceI am new to ASP.NET and could use some help writing a where clause for my EntityDataSource. I have …
c# asp.net linq-to-entities where-clause entitydatasourceI use EF 4, C# and MS Membership Provider. I have a GridView with DataSource an EntityDataSource web control. I would …
c# asp.net entity-framework entitydatasourcewhen I want to configure my Datasource (EntityDataSource1) and assign the connectionString that is generated automatically by entity data model …
c# entity-framework connection-string entity-framework-6 entitydatasourceI want to pass a number of values into a parameter of the EntityDataSource, e.g.: Where="it.ORDER_ID …
entity-framework entitydatasource entity-sql