Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using asp.net mvc 5. I am rendering a partial view in jquery tabs, the user can click a button to add new tabs, each one renders the same partial view.
The partial view consists of form elements like textboxes and dropdowns.

The same element across multiple tabs have the same name and id however.

I have a model, and created a list of objects, to map data from each tab into the list.

I am unable to capture the data in a collection after POST, I have to store the data from each tab as separate rows in a database table.

Any suggestions or good reads demonstrating, how I can read data from multiple identical tabs that render partial views, would be appreciated.
Posted
Updated 27-Apr-15 6:21am
v2
Comments
[no name] 28-Apr-15 6:11am    
can you share some code please?Your question is not clear for the forum.

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