473,569 Members | 3,054 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can ASP pages be written in a Dreamweaver site

I am working on a site which is written in Dreamweaver. Is it possible to
write pages in ASP inside of a Dreamweaver site?

Rich
Jul 19 '05 #1
3 2566
DW supports ASP/VB, ASP/JS, JS, HTML, .NET (sorta)....
So it's just a way of finding your away through the 'standard' code.... (if
I've understood your Q. properly)

HTH
"Richard Lawson" <no****@nospam. com> wrote in message
news:OI******** ******@TK2MSFTN GP11.phx.gbl...
I am working on a site which is written in Dreamweaver. Is it possible to
write pages in ASP inside of a Dreamweaver site?

Rich

Jul 19 '05 #2
Well, the Dreamweaver pages are written in a table format. The final table
is the form page which is a html page. Nothing facy in it. May plan was to
replace the html page with a ASP page for the form submission and the send
it back to the Dreamweaver pages. Do you think that would work?

"Steve Bywaters" <by******@bigpo nd.net.au> wrote in message
news:Od******** ********@tk2msf tngp13.phx.gbl. ..
DW supports ASP/VB, ASP/JS, JS, HTML, .NET (sorta)....
So it's just a way of finding your away through the 'standard' code.... (if I've understood your Q. properly)

HTH
"Richard Lawson" <no****@nospam. com> wrote in message
news:OI******** ******@TK2MSFTN GP11.phx.gbl...
I am working on a site which is written in Dreamweaver. Is it possible to write pages in ASP inside of a Dreamweaver site?

Rich


Jul 19 '05 #3
You should be fine. Just some advice: Although Dreamweaver can write ASP
code for you, try your best not to use it to do so. It is best to handle
everything between the <% %> yourself and just let Dreamweaver handle the
HTML part, if that's what you like to use. I personally all my ASP'ing and
HTML'ing in a text editor, but I often tell myself that I should use a
WYSIWYG editor for the HTML side, as it is often a waste of time to "code"
repetitive html. I just hate the way WYSIWYG editors write HTML though.

Ray at home

"Richard Lawson" <no****@nospam. com> wrote in message
news:uW******** ******@tk2msftn gp13.phx.gbl...
Well, the Dreamweaver pages are written in a table format. The final table
is the form page which is a html page. Nothing facy in it. May plan was to
replace the html page with a ASP page for the form submission and the send
it back to the Dreamweaver pages. Do you think that would work?

"Steve Bywaters" <by******@bigpo nd.net.au> wrote in message
news:Od******** ********@tk2msf tngp13.phx.gbl. ..
DW supports ASP/VB, ASP/JS, JS, HTML, .NET (sorta)....
So it's just a way of finding your away through the 'standard' code....

(if
I've understood your Q. properly)

HTH
"Richard Lawson" <no****@nospam. com> wrote in message
news:OI******** ******@TK2MSFTN GP11.phx.gbl...
I am working on a site which is written in Dreamweaver. Is it possible to write pages in ASP inside of a Dreamweaver site?

Rich



Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
1850
by: johnston | last post by:
We have over 100 asp pages that reference a table (distribution_components). We added a new column and primary key to that table, so now we have to modify the where clause to include that column (we have to make the new column = to a session variable in the page) The table appears 531 times in our code. Is there some util or method that...
0
2380
by: dc | last post by:
Hello. I am looking for some Beta Testers for a new product called "Nested Templates" that uses a Dreamweaver MX Extension. More info can be found here http://www.decloak.com/Products/Dreamweaver/NestedTemplates/ It's basically a product and extension for building a web site with a navigation menu like
0
2100
by: dc | last post by:
Product Announcement: Multi-Lingual web site using Nested Templates and Menus http://www.decloak.com/Products/Dreamweaver/NestedTemplates/ You can see the TONGUES of FIRE demo web site at http://www.decloak.com/Products/Dreamweaver/NestedTemplates/Demos/NestedT_Tongues_of_Fire/ This name is from the BIBLE, "...every man heard them speak...
2
1169
by: dm1608 | last post by:
Hello, all. I'm new to ASP.NET 2.0 and have been using Dreamweaver MX 2004 for about 2 years now and PHP. When I heard ASP.NET 2.0 allows master pages, I thought that I should give it a try. One of the things I was wondering about is if it is possible to easily use some of the many available HTML templates that are on the web for designing...
2
1690
by: =?Utf-8?B?SmVmZnJleQ==?= | last post by:
I am developing ASP.net projects for an Intranet application using Dreamweaver MX. My questions are: 1. I have had book Dreamweaver MX HOT. Where can I find more information or books for ASP.NET development using Dreanweaver? 2. Is there something I need to know between Intranet and Internet applications, as far as setting up a...
0
1091
by: Charlie Brown | last post by:
I am working on a site that has embedded flash content in it. The site is based on MasterPages. When we embed a flash object using Dreamweaver it inserts its own code to run the flash object (actually its a fix for the annoying "click here to activate"). However, when combined with Master Pages, it seems to break the javascript that the...
6
1683
by: Mickey | last post by:
Coming from a Dreamweaver/ASP/PHP background. Planning to use Visual Studio 2008 for a website. Complete newbie question here (please be gentle!): Do master pages work similar to Dreamweaver templates in that when the master page is updated, all the child pages created from the master page are updated and then they all need to be...
4
1876
by: henry | last post by:
Folks: Using Dreamweaver CS3... Consider a home page, "index.php" which conditionally REQUIREs one of 'N' HTML files of pure content. All site styles are specified in a master CSS file, "siteformatting.css" The home page, "index.php" must link to the master CSS file, so that HTML elements in this file can conform to site-wide...
17
1896
by: henry | last post by:
Folks Here's a skeleton, generic HTML page, call it "index.php". You'll see a bit of php code in the middle: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head>
0
7930
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7681
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7983
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
3662
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2118
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1229
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
950
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.