hai
I have a visual studio 2008 in data tab i can't find the EDM DATASOUCE what component will i add to get that one i want use that datasouce in the following way
<asp:EntityDataSource ID="dsSubCategory"runat="server"
ConnectionString="name=AdventureWorksModelConnection"
DefaultContainerName="AdventureWorksModelConnection"
EntitySetName="ProductSubcategory"
Select="it.[ProductSubcategoryID], it.[Name]"Where="it.ProductCategory.ProductCategoryID = @ProductCategoryID">
<WhereParameters>
<asp:ControlParameter ControlID="ddCategories"
Type="Int32"Name="ProductCategoryID" />
WhereParameters>
asp:EntityDataSource>
how can i add this Entity datasouce
Loading
Mamta MPosted Aug 6, 2010, 1:27 AM
http://msdn.microsoft.com/en-us/library/cc668221.aspx
http://blogs.msdn.com/b/adonet/archive/2008/06/18/tutorial-entity-data-source-control.aspx