|
-
Jul 15th, 2004, 03:50 AM
#1
Thread Starter
Retired VBF Adm1nistrator
Make a nice looking asp.net page?
Does anyone know how to make an asp.net webpage that actually looks good?
I'm looking at visual studio, and it just seems like there's not much you can do to make something look good... any thoughts?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jul 15th, 2004, 05:02 AM
#2
no offence like, but isn't that like asking "How do you make a HTML page look good?"
-
Jul 15th, 2004, 05:07 AM
#3
Thread Starter
Retired VBF Adm1nistrator
heh well, ya know, when I'm looking at the thing, I always end up with really boring web pages that just have white backgrounds.
Do you use visual studio yourself for doing asp.net pages?
I mean, I was designing an online webshop there a little while ago. And it was so awkward to use visual studio to display the details and all the rest, so I did it all manually from the code behind...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Jul 15th, 2004, 05:59 AM
#4
That's how I've been doing it so far. Create the style sheet, and type out all the HTML you need.
I was just about to post a question, as to whether there's actually an HTML Editor Toolbar in VS.NET...
(And I'll post anyways)
-
Jul 15th, 2004, 08:46 AM
#5
Fanatic Member
I always use Dreamweaver MX for my page layouts. Visual Studio is terrible for front end development.
Just add the page to your project and VS will create the code behind for you.
-
Jul 15th, 2004, 09:02 AM
#6
PowerPoster
I agree, VS isn't a front end design tool for asp.net yet. It lacks any styling, so you end up doing things by hand. What I do is find a template somewhere out on the net. Paste it in and start chopping it up in different sections to make usercontrols. Once that is done, I have a template page that I copy and paste to each new page I add. It sucks, and I can't wait till VS 2005 because they have Master Pages.
-
Jul 16th, 2004, 03:28 AM
#7
Originally posted by hellswraith
they have Master Pages.
I haven't heard of this. Can you explain the concept of Master Pages to me? (Although I do have an inkling as to what it might be, judging from the name)
-
Jul 16th, 2004, 04:30 AM
#8
Fanatic Member
-
Jul 16th, 2004, 04:35 AM
#9
You're pretty smart, for a bede.
-
Jul 16th, 2004, 04:41 AM
#10
I just tried adding [Resolved] to the thread title.
-
Jul 16th, 2004, 06:34 AM
#11
Fanatic Member
-
Jul 17th, 2004, 06:35 PM
#12
PowerPoster
Anyone use Dreamweaver with ASP.NET?
-
Jul 18th, 2004, 04:01 AM
#13
-
Jul 18th, 2004, 11:15 AM
#14
PowerPoster
-
Jul 27th, 2004, 03:47 PM
#15
Re: Make a nice looking asp.net page?
Originally posted by plenderj
Does anyone know how to make an asp.net webpage that actually looks good?
I'm looking at visual studio, and it just seems like there's not much you can do to make something look good... any thoughts?
Visual Studio is more then enough to create something like this.
Here is the aspx page from my application and it was done in VS.NET
http://tagfleet.theaircraftgroup.com
-
Jul 27th, 2004, 10:52 PM
#16
PowerPoster
Serge
I am looking at your site on a tablet pc in portrait mode, you have to scroll to much (side to side). It isn't like the tablet is small or anything, it is a 14 inch. Just thought you would want to know about it.
-
Jul 28th, 2004, 09:02 AM
#17
Yes I know. This "specific" application is best viewed with resolution 1024x768. I just wanted to point out that VS.NET is sufficient enough to do what plenderj wants.
-
Jul 28th, 2004, 09:16 AM
#18
Fanatic Member
Originally posted by hellswraith
Anyone use Dreamweaver with ASP.NET?
Being a former asp guy accustomed to using Dreamweaver I made the mistake of using it for my first asp.net project.
It was a nightmare. No intelisense, crappy inline coding and if you ever attempted to use one of their "Behaviours" it stuck wierd xml tags all over the place.
Horrible
-
Jul 28th, 2004, 05:21 PM
#19
Hyperactive Member
Originally posted by venerable bede
Being a former asp guy accustomed to using Dreamweaver I made the mistake of using it for my first asp.net project.
It was a nightmare. No intelisense, crappy inline coding and if you ever attempted to use one of their "Behaviours" it stuck wierd xml tags all over the place.
Horrible
I'm working on a ASP.net project now. It was designed by another guy using DreamWeaver and VS 2003. It is a nightmare for me maintain the codes.
-
Jul 29th, 2004, 03:26 AM
#20
Fanatic Member
If he used VS 2003 for the coding you should be OK but if he generated the code using the "Behaviours" or wizards then God Bless You My Son.
You're in trouble.
-
Jul 30th, 2004, 12:47 PM
#21
New Member
Is the consensus here to hand code your HTML?
Has anyone used Front Page or Info Path with VS 2003...and lived?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|