472,958 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

using html files to build .net app

Hi still testing the idea of using html files for forms and then integrating
this into a net app. I tried a small form with a button but noticed all I
could do with the button is to right click and select run at server. This
still does not seem the same as using a button from the .net tool box. Just
wondering why, thanks.
--
Paul G
Software engineer.
Nov 19 '05 #1
4 1418
What are you trying to do? I am not aware of any previous threads you might
have, so you'll probably have to explain again.

-Altaf
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com
Nov 19 '05 #2
Hi thanks for the response. I am starting a project soon where another web
designer wants to provide me with html files with controls, images and links
(files will have html extensions) and I will create a .net project using
these provided files. This other designer is not really a coder but has
several years of web design using dreamweaver, photoshop ect. I will need to
put in all of the code behind such as connection strings, action when someone
clicks on a button (when it posts back to server). I am more of a programmer
and have built several .net web apps. I am thinking this may be difficult to
do but I want to capture the look that is provided by these html files.
--
Paul G
Software engineer.
"S.M. Altaf [MVP]" wrote:
What are you trying to do? I am not aware of any previous threads you might
have, so you'll probably have to explain again.

-Altaf
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com

Nov 19 '05 #3
Your designer is right in passing you good page designs as it makes your job
really a technical one, allowing you to ignore cosmetics. You'll probably
need to convert the htm files to asp.net pages, with code behind for the
business logic and stick to using the use the html pages to provide your
layout. That way you can keep the seperation of the design from the page
mehtods that make the logic tick, you can use master pages in .net2 to make
your life easier - given how clsoe you are to launch.

Its probably going to be a relatively easy job, but you might want to
consider using asp.net controls over html control simply for the added
flexibility they can give you.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Paul" <Pa**@discussions.microsoft.com> wrote in message
news:83**********************************@microsof t.com...
Hi thanks for the response. I am starting a project soon where another
web
designer wants to provide me with html files with controls, images and
links
(files will have html extensions) and I will create a .net project using
these provided files. This other designer is not really a coder but has
several years of web design using dreamweaver, photoshop ect. I will need
to
put in all of the code behind such as connection strings, action when
someone
clicks on a button (when it posts back to server). I am more of a
programmer
and have built several .net web apps. I am thinking this may be difficult
to
do but I want to capture the look that is provided by these html files.
--
Paul G
Software engineer.
"S.M. Altaf [MVP]" wrote:
What are you trying to do? I am not aware of any previous threads you
might
have, so you'll probably have to explain again.

-Altaf
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com

Nov 19 '05 #4
ok thanks for the information. Guess the thing I am worried about is will I
be able to easily import in everything that is on the provided html page. In
many cases I will probably want to replace what is on the page with the
asp.net equivalent but still retain the same look. I do think I will want to
convert it to an asp.net page. Also any html controls provided I think I
will want to replace them with asp.net web controls as you stated.
--
Paul G
Software engineer.
"John Timney (ASP.NET MVP)" wrote:
Your designer is right in passing you good page designs as it makes your job
really a technical one, allowing you to ignore cosmetics. You'll probably
need to convert the htm files to asp.net pages, with code behind for the
business logic and stick to using the use the html pages to provide your
layout. That way you can keep the seperation of the design from the page
mehtods that make the logic tick, you can use master pages in .net2 to make
your life easier - given how clsoe you are to launch.

Its probably going to be a relatively easy job, but you might want to
consider using asp.net controls over html control simply for the added
flexibility they can give you.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"Paul" <Pa**@discussions.microsoft.com> wrote in message
news:83**********************************@microsof t.com...
Hi thanks for the response. I am starting a project soon where another
web
designer wants to provide me with html files with controls, images and
links
(files will have html extensions) and I will create a .net project using
these provided files. This other designer is not really a coder but has
several years of web design using dreamweaver, photoshop ect. I will need
to
put in all of the code behind such as connection strings, action when
someone
clicks on a button (when it posts back to server). I am more of a
programmer
and have built several .net web apps. I am thinking this may be difficult
to
do but I want to capture the look that is provided by these html files.
--
Paul G
Software engineer.
"S.M. Altaf [MVP]" wrote:
What are you trying to do? I am not aware of any previous threads you
might
have, so you'll probably have to explain again.

-Altaf
--------------------------------------------------------------------------------
All that glitters has a high refractive index.
www.mendhak.com


Nov 19 '05 #5

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

Similar topics

4
by: Shyamal Prasad | last post by:
Hi, Is there anyway to write JSP files as valid HTML of any sort. What I want to know is if JSP files are some sort of valid XML with a DTD that will check contents. Perhaps JSP files are valid...
0
by: Dan Gass | last post by:
The difflib.py module and the diff.py tools script in Python 2.4 alpha 3 now support generating side by side (with intra line differences) in HTML format. I have found this useful for performing...
3
by: Himanshu Garg | last post by:
Hello, I am trying to pinpoint an apparent bug in HTML::Parser. The encoding of the text seems to change incorrectly if the locale isn't set properly. However Parser.pm in the directory...
0
by: Richard Taylor | last post by:
User-Agent: OSXnews 2.07 Xref: number1.nntp.dca.giganews.com comp.lang.python:437315 Hi I am trying to use py2app (http://undefined.org/python/) to package a gnome-python application...
121
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode...
21
by: Al Christoph | last post by:
I posted this last week end in the MSDN forums. No luck there. Let's see what the experts here have to say:-)))) I have a rather convoluted project. The distributable will come in eight...
3
by: knightsmastergeneral | last post by:
Hi, I'm currently working on getting junit and junireport to take some java files, convert it to xml and then display error messages / success rates etc in html which is one of the features of...
10
true911m
by: true911m | last post by:
This is a simple walkthrough to get PyInstaller up and running. I decided to give PI a try, because it claims to be more selective about what it bundles into its executable files by default, and...
221
Atli
by: Atli | last post by:
You may be wondering why you would want to put your files “into” the database, rather than just onto the file-system. Well, most of the time, you wouldn’t. In situations where your PHP application...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

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.