Connecting Tech Pros Worldwide Forums | Help | Site Map

integrating webform from dreamweaver.

Paul
Guest
 
Posts: n/a
#1: Nov 19 '05
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.
--
Paul G
Software engineer.

Curt_C [MVP]
Guest
 
Posts: n/a
#2: Nov 19 '05

re: integrating webform from dreamweaver.


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.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com



"Paul" wrote:
[color=blue]
> 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.
> --
> Paul G
> Software engineer.[/color]
Paul
Guest
 
Posts: n/a
#3: Nov 19 '05

re: integrating webform from dreamweaver.


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.
--
Paul G
Software engineer.


"Curt_C [MVP]" wrote:
[color=blue]
> 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.
>
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com
>
>
>
> "Paul" wrote:
>[color=green]
> > 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.
> > --
> > Paul G
> > Software engineer.[/color][/color]
Closed Thread