tags:

views:

9

answers:

0

I have implemented live search using jquery, after the user clicks on an element from the live search box , i want to redirect it to a page. I am using .net( MVC ) so i want to know what should i put in my select : function(event,ui){ } so that it gets directed to the appropriate Action in the controller...