ASP and Access

  • Thread starter Thread starter Stefanie Gardner
  • Start date Start date
S

Stefanie Gardner

I am a programmer, new to ASP.NET. I am modifying a clients existing web
site that has been written strictly in .net. I have created a database in
Access and have created an .asp file that successfully creates a dropdown
box from a specific column in the table. I would like to cut/paste the
vbscript from my temp.asp file to an existing menu.aspx file, but whenever I
do this, the page never loads. I can run the menu.aspx file without the
vbscript and I can run the temp.asp file on it's own. Is there a simple way
of incorporating my vbscript into the .aspx? I have tried to open the
menu.aspx.vb and the menu.aspx in Visual Studios.NET, but I'm not sure what
to do with it there. Any suggestions would be greatly appreciated.

Stefanie Gardner
 
As far as I know, VBscript is no longer supported in aspx files, you'll have
to convert it to VB.net
 

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