3
Reply

model not passing data to controller from modal popup

S P

S P

May 31 2017 5:49 PM
218
I have generated a partial view inside bootstrap modal popup which searches for the data from textbox on click of search Button within that modal popup. 
 
I am using Ajax.BeginForm to send the data. But still my controller doesn't get the data i am paasing.  I am using @Html.TextBoxFor in the view.(MVC)
 

Answers (3)