Monday, March 26, 2012

AJAX autocompleteextender

Hi All,

I am using the autocompleteextender and I am wondering if there is anyone you can click on an option from what it returns to redirect it to another page.

Is this possible?

Thanks

You could use AutoComplete's ItemSelected event in the client and then navigate to another page using JavaScript.

Alternatively, if you have a button that the user usually clicks on to submit the page, you could do the following in the same script:

$get("btnSubmit").click();

This will send a click event to the button and submit your page as normal.

Tim

No comments:

Post a Comment