Please help,
Can anybody tell, how to add a row to a table dynamically on click of a button in "MVC".I have gone through many post related to it.But I am not getting one which I want.First I want to show all the records from db, in a table. I have an Add button ,on click of that I have to add a row of editable controls and I need to enter values there .Then on click of Save button I need to save that into db.
It is an urgent work...any help will be appreciated.
Thanks in advance.
Sanjay KumarPosted Jan 2, 2014, 5:19 AM
try this
http://jquerytipsntricks.wordpress.com/2013/08/18/bind-events-to-dynamically-created-elements-using-jquery/
http://forums.asp.net/t/1937098.aspx?How+to+add+a+new+row+to+a+table+dynamically+when+click+on+a+button+Add+Row+
http://stackoverflow.com/questions/6473111/add-delete-table-rows-dynamically-javascript
Naveenkumar ShindhePosted Feb 19, 2016, 12:54 AM
Jaima JosephPosted Jan 3, 2014, 2:30 AM