Add Data Using Ajax In Modal Asp.net Mvc
i have a modal with bootstrap that allow me to add some data in database using ajax..after that i load data in partial view and show it (classic) this is my controller : publi
Solution 1:
Are you sure the Model.Commentaires object has data before you pass it to the second partial view?
Post a Comment for "Add Data Using Ajax In Modal Asp.net Mvc"