asp.net - CRUD Screen using N-Tier Architecture -
The net page with lots of control and assumptions allow me to save the application to the database.
I have a master table called customer and 5 different child in the tables is the foreign key of customer_i.
Once the user saves the hit I must include a record in the customer table and then insert the records in the released hair tables with the currently created customer_id.
Can you tell a good example of the above scenario which can be very helpful
I have created a model for the customer and all the child tables but I really do not know here How to move forward.
I am VBnet and ASP 2.0 and Oracle 8G. We can not use ASP.net 3.5 or MVC 1.0.
Please
Thanks a ton.
There are many examples on the ASP.NET website.
Comments
Post a Comment