In ASPX page ....

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Cista
Advanced
Advanced
Posts: 26
Joined: Sat May 25, 2002 1:58 pm

In ASPX page ....

Post by Cista »

Hello,

Is it possible to use version 5.0 in ASP.NET (aspx) page ?

I tried but without succes.

Is there a solution ?

Thanks,
User avatar
Hergio
Milonic God
Milonic God
Posts: 1123
Joined: Wed Jun 12, 2002 7:46 pm
Location: Rochester, NY

Post by Hergio »

an ASPX page should render just as a ASP page should after it has gotten to the browser. If you just include your files as normal, the ASPX parser should ignore them if they are no ASP: tags and just send them down to the browser, at which point the browser should just render them. What exactly did you try to do that did not work?
Dave Hergert
Software Engineer
"Helping to make the menu better, one :?: at a time."
Post Reply