integrating webform from dreamweaver.

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

Guest

Hi I am working on a project where I am being supplied HTLM forms created in
dreamweaver and I need to add code behind it, for example connection strings,
links etc. Just wondering if this is easy to do? thanks.
 
what is the file extention? If it's .htm(l) it wont be fun.
When you have, what is supposed to be static content, there isn't a good way
to make it dynamic (meaning it has codebehind or even inline).
You may be able to remap IIS to use the ASP.NET dll's and then toss in some
<%..%>, etc..... but it wont be fast, fun or easy.
 
Hi thanks for the quick response. The project has not started but I think
the extension will be HTML. Sounds like it will not be easy, so I may just
see if I can get him to provide a template of what the page should look like,
then I can just build it in .NET using controls from the .NET toolbox.
 

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