Forum Moderators: open

Message Too Old, No Replies

.Net menu blues

aspx to asp

         

webtress

7:11 am on Mar 7, 2007 (gmt 0)

10+ Year Member



Just finished reading another post Making the transition from Classic ASP to .NET, My problem is opposite, the new pages will be .asp the current pages are .aspx. The menu on the old pages is written for .net using ComponentArt. I really only have one question. Will it be possible to use the menu with the .asp pages?

sgietz

6:18 pm on Mar 7, 2007 (gmt 0)

10+ Year Member



Just out of curiosity, why go from .NET to classic ASP?

webtress

2:58 am on Mar 8, 2007 (gmt 0)

10+ Year Member



This is what the client wants. But his current menu systems does not seem to be compatible.

sgietz

6:57 pm on Mar 9, 2007 (gmt 0)

10+ Year Member



I'm pretty sure that you can't use any .NET controls with ASP.

TheNige

8:43 pm on Mar 9, 2007 (gmt 0)

10+ Year Member



I feel sorry for you. You'll have to find a classic ASP component (probably DLL or Custom Jscript) that can handle the menu functions similar to the ComponentArt ones.

I'd get a new client.

aleksl

4:33 pm on Mar 12, 2007 (gmt 0)



As far as I know ComponentArt menus are all javascript. I don't see a reason why you shouldn't be able to run them in a classic ASP, or any other server-side technology.

aside from the facts that javascript navigation is not SE-friendly, and its a load of code to be sent to visitor' browsers

Devastated

2:20 pm on Mar 15, 2007 (gmt 0)

10+ Year Member



as far as i can discern componentart menu is an asp.net component therefor unless you replciate this in asp it won't work on a web server unless you have the .net engine installed and running

[edited by: encyclo at 3:17 pm (utc) on Mar. 15, 2007]
[edit reason] no URLs please, see TOS [webmasterworld.com] [/edit]

aleksl

3:00 pm on Mar 15, 2007 (gmt 0)



my bad.

Devastated, you are correct. I was looking at the source it produces, and at includes, and it was a boatload of Javascript. Just checking again, indeed there's a .NET ComponentArt component on the back-end, which means you can't run it on classic asp...unless you have .NET installed on the box and it is compiled as COM DLL