Results 1 to 21 of 21

Thread: Make a nice looking asp.net page?

  1. #1

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    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]

  2. #2
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092
    no offence like, but isn't that like asking "How do you make a HTML page look good?"

  3. #3

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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]

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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)

  5. #5
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    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.

  6. #6
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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)

  8. #8
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    You're pretty smart, for a bede.

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    I just tried adding [Resolved] to the thread title.

  11. #11
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    Try this Frog
    [Resolved]

  12. #12
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Anyone use Dreamweaver with ASP.NET?

  13. #13
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Is it possible?

  14. #14
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464

  15. #15
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    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

  16. #16
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

  17. #17
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    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.

  18. #18
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    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

    Parksie

  19. #19
    Hyperactive Member temp_12000's Avatar
    Join Date
    Jan 2004
    Location
    LA, USA
    Posts
    411
    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.



  20. #20
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    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.


    Parksie

  21. #21
    New Member
    Join Date
    Jul 2004
    Location
    Chicago
    Posts
    1
    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
  •  



Click Here to Expand Forum to Full Width