3
Answers

model not passing data to controller from modal popup

S P

S P

7y
233
1
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)