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

How can I retrofit RadMenu into an existing site

3 Answers 67 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Tomica
Top achievements
Rank 2
Tomica asked on 08 May 2008, 04:45 PM
The current site has several hundred ASPX pages, with most displaying a relatively static menu that is created via Server.Execute calls with a few parameters.

I tried doing that with a test page that included RadMenu, which would be a good solution for getting it working promptly (i.e. just change name to the Server.Execute page's name)

I get the menu, but none of the animation or dropdowns, which means (I think) that the final rendered page is missing all the JavaScript code.

While I realize there is a "proper" way to do this via Master Pages, time/budget do not allow re-engineering that much of the site at this time.

Any pragmatic workarounds gratefully accepted!

3 Answers, 1 is accepted

Sort by
0
Accepted
Veselin Vasilev
Telerik team
answered on 12 May 2008, 08:14 AM
Hi Tom,

I tried your scenario and the RadMenu was working correctly.
Please find attached my sample project.
Default.aspx page contains RadMenu, default2.aspx does not. In Page_Load event of the second page I call Server.Execute("default.aspx");
and the menu is functioning correctly.

Can you modify my project to reproduce the problem?

All the best,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Tomica
Top achievements
Rank 2
answered on 13 May 2008, 12:03 AM
I am not conversant in C.

I ran a similar test with VB, and it worked properly.

Tracing back through my original code, I now see that I did something slightly differently.

Changed it, now the menu is working fine.

I chalk this one up to "Yet Another Sad Case of Programmer Error", although I don't feel bad, I just did my first menu a week ago.

0
Veselin Vasilev
Telerik team
answered on 13 May 2008, 07:30 AM
Hi Tom,

I am glad that everything is working now.

We are here to help, so do not hesitate to contact us again.

Best wishes,
Veskoni
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Menu
Asked by
Tomica
Top achievements
Rank 2
Answers by
Veselin Vasilev
Telerik team
Tomica
Top achievements
Rank 2
Share this question
or