Last post Jul 20, 2013 10:18 AM by sjnaughton
Member
157 Points
115 Posts
Jul 20, 2013 07:32 AM|vijay-dotnet|LINK
I have to develop purchase order page
it contain two section 1.order detail and 2.itemdetails
order detail goes in to PurcaseOrder table
itemdetails goes in to PurcaseOrderItem table
one purchase can have multiple itemdetails but onle one order details
so how i can achieve this in data scaffolding providing CRUD opertaion i.e create,read,update and delete
.............
All-Star
17916 Points
5681 Posts
MVP
Jul 20, 2013 10:18 AM|sjnaughton|LINK
Hi vijay-dotnet, there is no way of doing this out fo the box I have an article on my blog An Advanced FieldTemplate with a GridView/DetailsView Project, I think its that one but it may be one of the others, that sort of works and the full version here in my open source project on codeplex.
Member
157 Points
115 Posts
data scaffolding for parent child table
Jul 20, 2013 07:32 AM|vijay-dotnet|LINK
I have to develop purchase order page
it contain two section 1.order detail and 2.itemdetails
order detail goes in to PurcaseOrder table
itemdetails goes in to PurcaseOrderItem table
one purchase can have multiple itemdetails but onle one order details
so how i can achieve this in data scaffolding providing CRUD opertaion i.e create,read,update and delete
.............
A person who never made a mistake never tried anything new
Intellectuals solve problems, geniuses prevent them.
"…Mark As Answer" if my reply helpful to you…”
sincerly Vijay Chand
All-Star
17916 Points
5681 Posts
MVP
Re: data scaffolding for parent child table
Jul 20, 2013 10:18 AM|sjnaughton|LINK
Hi vijay-dotnet, there is no way of doing this out fo the box I have an article on my blog An Advanced FieldTemplate with a GridView/DetailsView Project, I think its that one but it may be one of the others, that sort of works and the full version here in my open source project on codeplex.
Always seeking an elegant solution.