Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a form in my view page.it contains 5 text boxes,one search button.while the user enters values in textbox(Entering all fields are not mandatory)and click on the search button,the values I have to store it in an array and pass it to the controller and depending upon the search results i have to display the results of those searched records.

I am able to store the searched values in an array,now i want how to pass this array to the controller and how to access these values in the controller.
Posted
Updated 3-Aug-12 1:15am
v4
Comments
efkah 3-Aug-12 7:10am    
you will probably have to work with keyDown of the Textboxes.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900