How implement a Master Detail in a Web Form using Entity Framework -


i'm starting work entity framework , know how implement master detail web form permit user insert details in datagrid before saving database using entity framework 4.

thanks in advance. jean carlos

take @ these tutorials, hope helps:
using gridview , entitydatasource
master/detail using selectable master gridview details detailview


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -