1 please check this link
http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/
0 Thank you very much Sir for your sugeestion.
0 sir there is one problem in this code i want to create multiple rows with single control not with multiple control multiple control means adding by jquery i dont want this type of code so please help me
for example i want to add product list one by one and store them on one click in database in mvc
this is for multiple request
0 Yes you can use State Management techniques to acheive this requirement.
0 You can use client side Session storage to keep your entered value. Next when you need just fetch from session storage object.
https://www.w3schools.com/html/html5_webstorage.asp
https://www.tutorialrepublic.com/html-tutorial/html5-web-storage.php