MVC 5 Search Functionality
Hi,
I am developing MVC 5 application. In that I am using Search functionality. I have 3 text boxes and 2 drop down lists in my form, my requirement is enter the text in these fields and the results will display in Grid view. I am using Stored procedure. Now my question is pass the parameters to stored procedure and pass the parameters to controller and display the search results in gridview.
Thank you.