I am working on a project where I have a page that will have a parent record (Product) and then 1 or more children (options available for the product, user enters text to define) displayed in a table/gridview. There is a relationship defined in the database between the product and options table).
My question is how can I allow the user to add the product info and then within the same page also add the options and only then save it all? The options will added to a table.
Thanks for any help
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/createdb/cm_8_des_08_4nxu.asp
|||I don't see how a trigger will help. I need to have a way to add the parent and all its children at once. How will a trigger help?
No comments:
Post a Comment