TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Koteswararao Mallisetti
NA
817
563.2k
how to add the entity datasource (EDM) to tool box
Aug 3 2010 5:26 AM
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
Reply
Answers (
1
)
Finding CD drive not Virtual Drive
Coding for simple search engine project in asp.net,C#