incorporating ASP pages withing a .NET project

  • Thread starter Thread starter ezelasky
  • Start date Start date
E

ezelasky

I have been handed a group of .asp javascript pages that will provide a
set of javascript objects and computational functions, no controls or
html. I need to be able to create these objects and make function
calls from my ASP.NET project. Is it possible to do this? If so,
how...can I somehow compile them into my project?

Thanks,
Elizabeth
 
You're best bet will probably be to strip out the functions and roll them
into a class in your .Net site/project...
 

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