mixing vbscript and ASP.NET

  • Thread starter Thread starter Mario Rodriguez
  • Start date Start date
M

Mario Rodriguez

HI People, I need to mix ASP.NET (using C#) and vbscript (to handle capicom
resources) but I'm getting a lot of javascript errors. There is a safe way
to mix vbscript and ASP.NET


thanks
 
now i'm confused.

your code behind pages are written in C# and client side code is written in
vbscript, which itsself is fine. i just wouldn't have thought you'd have
received javascript errors for your client code!

within you <head> tags on your front end page you need to declare
<meta content="vbscript" name="vs_defaultClientScript">
either by pasting it in or using the properties for the page.

ian
 
Back
Top