This is a migrated thread and some comments may be shown as answers.

[Solved] Error! The requested URL returned 12017

1 Answer 7 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
ravi
Top achievements
Rank 1
ravi asked on 13 Jun 2011, 05:33 PM
In autocompletebox when i type letters after session timesout i am getting this error. I have my own handler which checks session and redirects to external URL. How to make it check before it goes to handler with in telerik jquery code ?

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 14 Jun 2011, 07:28 AM
Hello ravi,

 You need to handle the OnError event of the autocomplete and perform the redirect to the login page. You can set the href property of the location JavaScript object to redirect the user to a new page:

location.href = "/login";

All the best,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
ravi
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or