Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello, I am new to mvc architecture using ap.net mvc. I have a supplier page with four text boxes like name ,age ,address, contactno. After that five default rows ,each row consist of two drop downlists and few textboxes. The two dropdownlists are cardtype, selecting any cardtype,next product dropdown fills. on selecting any product any its corresponding value,selling discount and net price are made available in textboxes.
If last row product dropdown list value changes to other than "--Any--",A new record is created using jquery.

now, here supplier is one modole,product is one model and cardtype is another model.
question:1.How to handel multiple models in screen.
2.can we call stored procedures directly in action
3.if we can call stored procedures directily in action, how to we convert System.data.object.objectresult to model
4.how to fill cardtype dropdown list with data in new created last row.
5.How to save data using model concept as data belongs to different models.
Posted
Comments
Sergey Alexandrovich Kryukov 22-Sep-14 10:50am    
Not clear what kind of answers to these "how to" questions would you need. How? By doing analysis of all those featured and doing the design and implementation, appropriate software development work. Any particular concerns?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900