Where is the DefaultClientScript property in VS 2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In the beta for ASP 2.0, there was a property to change the default scripting
language for a page (DefaultClientScript). I can not find it in the release.
ANyone know what happened to it or how to set the default script without
using the code behind page?

Thanks your help!
 
The DefaultClientScript is now a DOCUMENT property under VS 2005 (VWD). The
html equivalent is either on of these:

<meta content="text/VBScript" http-equiv="content-script-type" />
<meta content="text/JScript" http-equiv="content-script-type" />
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top