473,382 Members | 1,348 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.

Pass aspx pages to designer

Ideally I would be able to give my aspx/ascx pages to a
designer which makes them nice and since I'm, using code-
behind he will not destroy my code.
But unfortunately he says that this format (aspx) is not
recognized by FrontPage - is there another tool that
designers like and allows to work directly on aspx
pages ?
Nov 18 '05 #1
5 1567
Hi Carlo Marchesoni,
Welcome to Microsoft Newsgroup Service. Based on your problem description,
you are looking for a IDE(except VS.NET) for developing ASP.NET web pages.
As for "Font Page", it is just for desiging static HTML pages, if you want
to design ASP.NET web page and don't want to use VS.NET, I may try the
"ASP.NET WEB METRIX" tool, its a free software which also provides
very good support for desiging the ASP.NET web application and could be
integried with IIS. You can get it at :
http://www.asp.net

Please have a look.
BTW,since the VS.NET will provide more strong functions and assistants on
designing ASP.NET web application, I recommend that you still use VS.NET
firstly. :-)
Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Nov 18 '05 #2
Thank you for your reply.
Of course I go on using VS.NET. The problem is that I
have to give the aspx/ascx pages to an external designer
and this guys don't want to bother with IDE's, they use
more design-specific tools like Dreamweaver, Frontpage
etc.
I'm sure there is more poeple out there that have the
same problem, how do they solve this ?
-----Original Message-----
Hi Carlo Marchesoni,
Welcome to Microsoft Newsgroup Service. Based on your problem description,you are looking for a IDE(except VS.NET) for developing ASP.NET web pages.As for "Font Page", it is just for desiging static HTML pages, if you wantto design ASP.NET web page and don't want to use VS.NET, I may try the"ASP.NET WEB METRIX" tool, its a free software which also providesvery good support for desiging the ASP.NET web application and could beintegried with IIS. You can get it at :
http://www.asp.net

Please have a look.
BTW,since the VS.NET will provide more strong functions and assistants ondesigning ASP.NET web application, I recommend that you still use VS.NETfirstly. :-)
Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers norights.)
.

Nov 18 '05 #3
In most cases, you can have the designer work in FrontPage or DreamWeaver.
When they are finished, it is your job to change the regular HTML controls
into ASP.NET server controls and hook up the data. It isn't very hard to
relate the HTML to its corresponding server-side control.
<an*******@discussions.microsoft.com> wrote in message
news:09****************************@phx.gbl...
Thank you for your reply.
Of course I go on using VS.NET. The problem is that I
have to give the aspx/ascx pages to an external designer
and this guys don't want to bother with IDE's, they use
more design-specific tools like Dreamweaver, Frontpage
etc.
I'm sure there is more poeple out there that have the
same problem, how do they solve this ?
-----Original Message-----
Hi Carlo Marchesoni,
Welcome to Microsoft Newsgroup Service. Based on your

problem description,
you are looking for a IDE(except VS.NET) for developing

ASP.NET web pages.
As for "Font Page", it is just for desiging static HTML

pages, if you want
to design ASP.NET web page and don't want to use VS.NET,

I may try the
"ASP.NET WEB METRIX" tool, its a free software which

also provides
very good support for desiging the ASP.NET web

application and could be
integried with IIS. You can get it at :
http://www.asp.net

Please have a look.
BTW,since the VS.NET will provide more strong functions

and assistants on
designing ASP.NET web application, I recommend that you

still use VS.NET
firstly. :-)
Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties,

and confers no
rights.)
.


Nov 18 '05 #4
Hi Carlo Marcheson,

Thank you for the response. As for the problem you met with, I think Ken
Cox's suggestion is quite correct. As you mentioned, many web UI desinger
prefer some professinal UI deisigners such as Dreamweaver( I also like it
verymuch:)) , Frontpage, ........ They don't mention what is servercontrol
or other serverside features , they can generate the good UI using the
satic HTML elements. Then, the the rest task is for the programmer to
change some of the html elemets(html controls) to webserver controls and
add the serveside features(such as serverside event or data member
bindings....). So I think it's better that the UI designers don't care for
the programming details, just design the page as they used to like. And
after the paging designing complete, let the programer to add code logics
in IDEs. Of course, there must have some converting works on the static
html element to the serverside webcontrols. Maybe it is somewhat
uncomfotable, but that make the designing and the programming logic
separated from eachother, and it a good design pattern in web designing, do
you think so ?

If you have anything unclear, please feel free to let me know.
Merry Christmas!

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #5
this helps, thank you
-----Original Message-----
Hi Carlo Marcheson,

Thank you for the response. As for the problem you met with, I think KenCox's suggestion is quite correct. As you mentioned, many web UI desingerprefer some professinal UI deisigners such as Dreamweaver ( I also like itverymuch:)) , Frontpage, ........ They don't mention what is servercontrolor other serverside features , they can generate the good UI using thesatic HTML elements. Then, the the rest task is for the programmer tochange some of the html elemets(html controls) to webserver controls andadd the serveside features(such as serverside event or data memberbindings....). So I think it's better that the UI designers don't care forthe programming details, just design the page as they used to like. Andafter the paging designing complete, let the programer to add code logicsin IDEs. Of course, there must have some converting works on the statichtml element to the serverside webcontrols. Maybe it is somewhatuncomfotable, but that make the designing and the programming logicseparated from eachother, and it a good design pattern in web designing, doyou think so ?

If you have anything unclear, please feel free to let me know.Merry Christmas!

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers norights.)

.

Nov 18 '05 #6

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

Similar topics

12
by: Phil Certain | last post by:
Hi, I'm trying to do something very simple...or at least it should be. I have created a host page (gen.aspx) and a very simple user control (us.ascx). The corresponding code-behind files are...
29
by: John Rivers | last post by:
Hello, What good reason there is for not allowing methods in ASPX pages I can't imagine, but here is how to get around that limitation: (START) <body MS_POSITIONING="FlowLayout"> <form...
2
by: JB | last post by:
I have existing aspx pages that I'm editing in VS 2005 that I add a server control to - like a label. I include the runat="server" and it doesn't seem to create the reference in the code behind for...
0
by: Nathan Sokalski | last post by:
I have several UserControls (*.ascx files) that I register in my Web.config file under the <system.web><pages><controlselement. If I mistype the src attribute in the Web.config file, the pages that...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.