Is there any way to get the RadMenu to execute a Server.Transfer instead of a Response.redirect when an item is clicked? None of the menu items are going outside of the project and I like the cleanliness of the URL staying the same on every page. Any help would be appreciated!
Thanks,
Marc
1 Answer, 1 is accepted
0
Paul
Telerik team
answered on 18 May 2009, 12:13 PM
Hi Marc,
You can easily achieve your goal by hooking on the ItemClick event and call your logic, i.e.