Hello,
How can I try to add a Entity data-source control to my Visual studio tool box for making the entity framework operations.I chose the ""Choose Toolbox Items" menu options and Checked the EntityDataSource(System.Web.UI.WebControls) from ".Net Framework Components"
and pressed OK but control is not appearing in my tool box!! could anyone please tell why this is happening so? how can I get this control
into the tool box??
This entity framework operation is doing as part of SharePoint project in-order to create a database out of a SP-List items.
For this, I initiated with Empty SharePoint Visual Studio template and added ADO.Net Entity Model(.edmx), here which I need to drag the entity data controls for designing the database models.