S P

S P

  • NA
  • 165
  • 18.3k

model not passing data to controller from modal popup

May 31 2017 5:49 PM
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)