473,382 Members | 1,302 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Adding ASP.NET functionalities to a web site designed in Dreamweaver

Hello,

I have to add ASP.NET functionalities to a website, which was designed
in Dreamweaver. It contains only html pages, gif, jpg and flash
objects.

Now I have to put some ASP.NET controls and some ASP.NET data objects
to connect to an Oracle database and to bring ASP.NET funtionalities to
Page_10.html (datagrids, repeaters, textboxes, etc).

How do I do that?
I mean, all the html pages have to become part of a ASP.NET Solution or
project?
Only Page_10.html has to become Page_10.aspx?

Thank you!

Oct 28 '06 #1
2 1192
Page10.html needs to become Page10.aspx, with Page10.aspx.cs (vb) as the
codebehind class for the page.
All the "POHTML" (plain old) controls need to become asp.net server
controls, e.g.
<Inputneeds to become <asp:TextBox...
etc.

you can copy and past the Dreamweaver HTML into the ASPX (HTML markup)
portion of the page and begin your re-work from there and test it in the
debugger.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"Big George" wrote:
Hello,

I have to add ASP.NET functionalities to a website, which was designed
in Dreamweaver. It contains only html pages, gif, jpg and flash
objects.

Now I have to put some ASP.NET controls and some ASP.NET data objects
to connect to an Oracle database and to bring ASP.NET funtionalities to
Page_10.html (datagrids, repeaters, textboxes, etc).

How do I do that?
I mean, all the html pages have to become part of a ASP.NET Solution or
project?
Only Page_10.html has to become Page_10.aspx?

Thank you!

Oct 28 '06 #2
Thanks Peter.

So, if I understand you correctly, it means that I would have to bring
only 2 files to the website:

Page_10.aspx
Page_10.aspx.cs

If I have some classes or functions compiled in Some.dll, I'd also have
to bring Some.dll...

Oct 28 '06 #3

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

Similar topics

3
by: Richard Lawson | last post by:
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
19
by: Ron Bott | last post by:
I'm curious what you design professionals are using to create web pages with, text editors or WYSIWYG programs. Which is the way to go for professinal quality code? Ron Bott
10
by: BillP | last post by:
Hello, I have been in print publishing since the late 1980's, and I need to build several web sites. I am familiar with HTML at a very basic level, and understand its similarities with Quark...
23
by: MattB | last post by:
Hello please help, I have a table cell with a div in it. The div has a width of 300px. but when it is rendered it puts extra space into the table cell. Here's the style <style>...
19
by: mehdi.louizi | last post by:
Hello, I'm beginning to create a web site but I'm facing a big problem for which I didn't find any solution!! I'm using the 1024*768 screen resolution, and when I change it to 800*600 the page is...
17
by: Don Wash | last post by:
Hi All! First of all I would like to say that VS.NET is one of the finest IDE I've used in years. It really helps me code quickly. Workspace management using auto hide windows, minimizing and...
3
by: Joe | last post by:
Hi all, We have a website which has some html(static), asp(pages with forms) and some .aspx (pages with forms) pages. Can someone tell me the advantages of having the entire website in .aspx vs...
4
by: Gary Hasler | last post by:
Our site, of which about half the content is PHP pages and is on a Linux Apache server, is currently administered with Microsoft FrontPage 2003. Okay, now that you've finished laughing, let me...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.