Joe On ASP.NET

Dynamic Data with Stored Procedures

So there is this very smart guy on the ASP.NET team named David Hunter who is one of the guys working on Dynamic Data !

He has just added a sample of using Dynamic Data with Stored Procedures to the Dynamic Data Samples on CodePlex.

Click [ HERE ] for the Sample Project home page.

Click [ HERE ] for a forums discussion on Dynamic Data with Stored Procedures.

Comments

D.Asuncion said:

Hi Sir Joe Stagner,

I have some problem with one of my project, i try to work in Dynamic  Data Entities Web Site, but i don't know how to connect in WebService. Can you help me sir?

God Bless..

Thanks a lot,

D.Asuncion

Jan-19-2009

# January 18, 2009 9:17 PM

Nick said:

I'm trying to use a stored procedure from the Small Business kit from asp.net with Dynamic Data and I don't know how to go about it, like, GetChildItems

@categoryId nvarchar(32)

AS

SELECT Item.id, Item.visible, Item.title, Item.description, Item.navigateUrl, Item.imageUrl, Item.imageAltText

FROM Item INNER JOIN Categorization ON Item.id = Categorization.itemId

WHERE (Categorization.parentCategoryId = @categoryId)

ORDER BY Item.displayOrder.  I am using VB.  Any info would be great.

# March 6, 2009 11:53 PM

ashvin said:

i want to custmise dynamic data site give me some important topc about  this topic related

# August 20, 2009 6:02 AM
Leave a Comment

(required) 

(required) 

(optional)

(required)