Tagged Questions
EntityDataSource is an ASP.NET web server control available in .NET Framework 3.5 SP1 or later. It supports declarative data-binding of other web controls to an Entity Data Model of Entity Framework.
5
votes
1answer
205 views
Relationship change from one-many into Many to many need to update listview
I have a distribution table with a pk of DistributionID and a recipients table with RecipientID as pk. This table used to be 1 to many but now needs to change to a many to many with an intermedate ...
3
votes
1answer
742 views
EntityDataSource: TotalRowCount returns -1. What's that?
I have an EntityDataSource with OnSelected event (fired after finished query). The event handler has event args of type EntityDataSourceSelectedEventArgs e. Query runs fine without error and the ...
2
votes
1answer
107 views
How to sort with a CASE statement in an EntityDataSource?
I'm using a CASE statement in my EntityDataSource to do custom sorting. Consider the following code:
<asp:EntityDataSource ID="myEntityDataSource" runat="server"
...
2
votes
2answers
107 views
Randomize OrderBy with EntityDataSource
I am getting a list of people in a EntityDataSource and binding this to a repeater.
I want to order them randomly so the people are not always displayed in the same order. What options do I have to ...
2
votes
1answer
164 views
New Webform application using EF and EDS freezes IE ocasionally
I have a new ASP.Net 4.0 Webform application. It is written using Entity Framework 4.0 and it uses the EntityDataSource for about 90% of its Data Access (bound primarily to the ListView and ...
2
votes
1answer
2k views
Binding navigation property to RadGrid while using EntityDataSource control
I'm new to Entity Framework and I got stuck in an issue while trying to bind a navigation property (foreign key reference) to a dropdownlist. I have Telerik RadGrid control which gets the data using a ...
2
votes
2answers
3k views
How to programmatically set parameters for EntityDataSource and DetailsView?
Im stumped!
What is the best way to programmatically set a selecting parameter for the EntityDataSource control?
Specifically, I want to use the Page.User.ProviderUserKey to get a record in a custom ...
1
vote
1answer
28 views
Insert/Update/Delete is disabled for this control. message of EntityDataSource
I use ASPxGridView and EntityDataSource as its datasource. In EntityDataSource, I write CommandText, so I can not set "EnableInsert", "EnableUpdate", or "EnableDelete" to true. That's why, I ...
1
vote
1answer
81 views
LINQ : ASP.NET EntityDataSource Beginner's Syntax
I am new to ASP.NET and have some questions about syntax...
I have several SQL DB Tables that hold information about ride_reservations, vehicles, and admin options. This is for an asp.net program ...
1
vote
2answers
85 views
Entity DataSource control in a DynamicData app referencing an MVC CodeFirst project
I added a Dynamic Data web app as a second project to an MVC 3 app. The Dynamic Data app references the derived EF 4.1 Context in the MVC 3 app (code first).
DefaultModel.RegisterContext(
new ...
1
vote
2answers
101 views
Get primary key column value after inserting record using DetailsView and EntityDataSource
I'm using DetailsView with EntityDataSource and binding EntityDataSource directly with Entity Model.
I want to get the primary key value after record has been inserted. How can I get it either in
...
1
vote
0answers
93 views
Sorting a bound ASP.NET GridView on the Count of items in an Entity Framework navigation property
I have an ASP.NET page with a GridView control bound to an EntityDataSource (see simplified code below). The grid is showing a list of Parent items and includes a column to show the .Count of ...
1
vote
1answer
81 views
How enable cache in a asp.net entityDataSource controle
how I can enable caching for a EntityDataSource object.
is there anything like EnableCaching property of the SqlDataSource to entities?
this cache is already enabled by default?
1
vote
1answer
110 views
Create one-way association/mapping in Entity Data Model?
Okay, as usual, I'm brand new to this... been researching and trial/erroring (yes that's a verb) for a couple hours with no luck. I have two tables. Application and ApplicationType. ApplicationType ...
1
vote
1answer
147 views
Configure EntityDataSource from a DAL?
I am learning Entity Framework 4.
I have a simple ASP.NET (Web Form) application. I created a separate project for my DAL. In the DAL, I have created an entity called Sites.
Now, I want to bind ...
1
vote
1answer
385 views
EntityDataSource using IN clause on navigation property collection
Hi I'm using EntityDataSource to retrieve my items, and i want to get the items for a particular region. (items and regions has a many to many relationship, thus item has a regions navigation ...
1
vote
2answers
534 views
EntityDataSource control and SELECT TOP(N)
i use asp.net 4 and EF.
I have a EntityDataSource and I would like select only the TOP 10 records from my DataBase, Example SELECT TOP(10).
Here my code, how can I do it? Thanks
...
1
vote
1answer
510 views
EntityDataSource Null Update Pameters not getting marked Modified
I am using an EntityDataSource with a FormView on VB.NET application. The FormView contains an AjaxControlToolKit TabContains with multiple tabs. Due to the fact that each tab is a naming container, ...
1
vote
1answer
402 views
Where and AutoGenerateWhere in EntityDataSource
I keep getting this error and I think it's a Bug but I would like your opinions.
WhereParameters cannot be specified unless AutoGenerateWhere==true or Where is specified.
this is my ...
1
vote
3answers
912 views
Does the EntityDataSource support “it.Property.Property” syntax?
I have an EntityDataSource where I'm trying to replace some previous code-behind work. My EntityDataSource looks like:
<asp:EntityDataSource
runat="server"
...
1
vote
2answers
4k views
How to implement EntityDataSource Where IN entity sql clause
I want to pass a number of values into a parameter of the EntityDataSource, e.g.:
Where="it.ORDER_ID IN {@OrderIdList}" (this is a property on the EntityDataSource)
<WhereParameters>
...
1
vote
1answer
185 views
Is using an EntityDataSource in keeping with the MVC pattern?
I'm utterly new to APS.NET and in particular the MVC model...!
I have a Telerik RadGrid control that I'm using. Until now (following NerdDinner) I was having the Model passed back to the view and ...
1
vote
1answer
511 views
ASP.NET EnqityDataSource WhereParameters, creates new property
I am trying to populate GridView, using EntityDataSource(code behind), I need to able to sort GridView. However when I sort i get error:
A property with name 'aspnet_Users.UserId1' does not exist in ...
1
vote
1answer
1k views
Databinding exception with entity navigation property
I have two Entity classes: Order and OrderItem. Order contains a navigation property OrderItemSet of type
System.Data.Objects.DataClasses.EntityCollection<OrderItem>
On an aspx page is a ...
1
vote
2answers
1k views
Sorting an asp:ListView bound to an EntityDataSource
I have an asp:ListView control on an ASP.NET page. It is bound to an EntityDataSource which is setup this way:
<asp:EntityDataSource ID="EntityDataSourceOrders" runat="server"
...
1
vote
1answer
101 views
Server Tags in DataSource
Is Possible to put some server tag in Session Field to access a constant string???
<asp:EntityDataSource ID="EntityDataSourceProcesos" runat="server" ConnectionString="name=Entities"
...
0
votes
0answers
8 views
EntityDataSource - using a where with a giud throws errors
How do you pass a guid to a entitydatasource where, or whereparameter?
I can't get around: "The argument types 'Edm.Guid' and 'Edm.String' are incompatible for this operation."
I've tried:
...
0
votes
1answer
26 views
EntityDataSource with Code-First Entity Framework 4.1
I am just starting out on Entity Framework 4.1 Code-First. I have created my classes and DbContext, and they work perfectly fine. Right now I want to bind my ListView to my Entities, with the help of ...
0
votes
1answer
39 views
ASP.NET EntityDataSource WHERE Clause
I am new to ASP.NET and could use some help writing a where clause for my EntityDataSource.
I have the following EDS:
<asp:EntityDataSource ID="RidesEDS" runat="server"
...
0
votes
0answers
22 views
How to use IN using an EntityDataSource
Can somebody help i m trying to make a queary using EntityDataSource but i dont really know how to use the IN
Here are the WhereParameters:
edsCareer.WhereParameters.Clear();
edsCareer.Where = ...
0
votes
2answers
49 views
Binding DropDownList to an EntityDataSource in EditItemTemplate of a GridView
There are a lot of questions concerning this issue, but I don't believe any address my specific issue. I have a EntitySet that is editable via a gridview. It is displaying fine. However, I have two ...
0
votes
0answers
59 views
EntityDataSource + QueryExtender: Dynamically-added filtering expressions not “sticking”?
First of all, thank you for taking the time to read my question. This is my first question here on SO, so apologies in advance if some data is missing, or the question isn't quite right. If so, please ...
0
votes
1answer
25 views
Equivalent of e.ReturnValue in EntityDataSource
I'm using EntityDataSource with DetailsView in my ASP.NET application. I want to get identity column value after inserting the record. ObjectDataSource has e.ReturnValue property I want to know its ...
0
votes
0answers
64 views
Use stored procedure in EntityDataSource
I want to use stored procedure in Entitydatasource object. I have created Function Import but I don't see the stored procedure function name in "Entity Set Name" in Entity data source's "Configure ...
0
votes
0answers
34 views
Radgrid using EntityDataSource with Repeater
I am making a Telerik Radgrid with EntityDataSource control as its Datasource.
The current table has a Many-To-Many relationship with a second table.
I wanted to show the list of Title (field) of ...
0
votes
1answer
95 views
Using an EntityDataSource to select all items from a navigation property for a GridView
I am new to the entity framework and have researched this with no avail.....although I may not have enough knowledge to ask the correct questions.
I have a table called users with user_ISN as its ...
0
votes
1answer
228 views
Convert DBContext to ObjectContext for use with GridView
I have a webforms project using EF codefirst to persist data.
I'd like to use a GridView and EntityDataSource, in order to save writing CRUD.
Is this possible?
Can I convert my DBContext to an ...
0
votes
1answer
46 views
Does EntityDatasource perform “order by” before or after query extender
Does The following entity datasource will perform orderby after filtered in each CustomExpression in queryextender or it will perform orderby first then go into each query extender before selection.
...
0
votes
1answer
88 views
Null values in entity when entitydatasource Deleting Event raised
I'm currently using the Entity Framework and I have a Gridview displaying a list of records from a database. I have a Remove button the uses the Delete command. Each record has a file on the server ...
0
votes
0answers
255 views
EntityDataSource Where Join from Code Behind
I am trying to set the "JOIN" dynamically from the code behind based on certain condition.
So my code looks like this
<asp:EntityDataSource ID="eds_Products" runat="server" ...
0
votes
2answers
150 views
Error using QueryExtender with an EntityDataSource - 'FirstName' is not a member of type 'System.Data.Common.DbDatRecord'
The following GridView with an EntityDataSource that grabs 3 fields from the Surveyors table (which contains more fields) works, but of course it shows me every Surveyor.
<asp:GridView ...
0
votes
0answers
167 views
Error with automatic delete when RadGrid is bound to EntityDataSource
I have a RadGrid that's bound to EntityDataSource. A few of the columns are bound to navigation properties of the bound entity. When I try to delete a record, it gives the following error:
Error: ...
0
votes
1answer
69 views
Cannot drag and use EntityDataSource element from toolbox
I'm working on a web application on .NET4 using VS 2010.
I've created an ADO.NET Entity Data Model (and put in the App_Code folder).
However when trying to drag the EntityDataSource element to the ...
0
votes
0answers
40 views
EntityDataSource or Compiled Queries
I just want to know EntityDataSource (or LinqDataSource) compiles the query for me?
if not, how can i do that
thanks in advance
0
votes
0answers
179 views
EntityDataSource where parameter
Where ="(CASE WHEN (@RegNo IS NOT NULL) THEN it.[RegNo] LIKE REPLACE(@RegNo, '*', '%') ELSE it.[RegNo] IS NOT NULL END)
AND (CASE WHEN (@Name IS NOT NULL) THEN it.[Name] LIKE REPLACE(@Name, '*', '%') ...
0
votes
0answers
201 views
How to add Count of child table in EntityDataSource
I have an EntityDataSource that works to get row data from tblOrderFile as follows:
<asp:EntityDataSource ID="entityDataSourcePreorder" runat="server"
ConnectionString="name=iDBEntities"
...
0
votes
1answer
264 views
Entity Framework Include and Navigation Property
I use Asp.net and EF 4.
In my model I have two Entities: CmsGroupsTypes wich has a navigational property called CmsContents to Entity CmsContents.
I'm using an EntityDataSource control together with ...
0
votes
0answers
591 views
Entity DataSource Where Clause: Get -Select All- in dropdown
I have used EntityDataSource to fill up the GridView. Here i am pasting my code snippet.
<asp:EntityDataSource ID="edsCourse" runat="server" ConnectionString="name=SchoolEntities"
...
0
votes
1answer
242 views
An object with the same key already exists in the ObjectStateManager. The ObjectStateManager cannot track multiple objects with the same key [closed]
Possible Duplicate:
. The An object with the same key already exists in the ObjectStateManagerObjectStateManager cannot track multiple objects with the same key.
I have used Entity ...
0
votes
1answer
144 views
Entity Framework Default Values
I am using an EntityDataSource with a DetailsView.
How can I get one of the nullable boolean fields to default to 'checked' when inserting new items?
<asp:CheckBoxField DataField="MyBoolColumn" ...