Web Form Design Tutorial?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Veeneman

    Web Form Design Tutorial?

    Are there any good tutorials out there on how to actually design a Web Form
    in VS.Net? I'm an experienced .NET WinForms developer, and I am just getting
    started with ASP.Net. So far, it's pretty straightforward , except for one
    thing: How does one go about building a nice looking Web Form? I'm using
    Visual Studio.Net, which lets me create really nice looking WinForms. But
    the properties that I'm used to working with (Dock, Anchor, and so on) don't
    seem to exist on the WebForms side on the house.

    I have seen several newbie tutorials that don't show anything other than how
    to drag a control onto a web form. What I need to do is create a banner that
    expands to the width of the browser, text boxes that will do the same sort
    of thing. In the old ASP days, I used to use tables to apply color to
    various regions on a page. I understand Web Forms are very different, but I
    don't see how these things are done.

    Can anyone point me in the direction of a few good articles or tutorials on
    the subject? Thanks


    --
    Dave Veeneman
    Chicago


  • Curt_C [MVP]

    #2
    Re: Web Form Design Tutorial?

    download one of the Starter Kits from www.asp.net and that should get you
    going

    --
    Curt Christianson
    Owner/Lead Developer, DF-Software
    Site: http://www.Darkfalz.com
    Blog: http://blog.Darkfalz.com


    "Dave Veeneman" <davidv@nospam. com> wrote in message
    news:eNDRRY2cEH A.3300@TK2MSFTN GP09.phx.gbl...[color=blue]
    > Are there any good tutorials out there on how to actually design a Web[/color]
    Form[color=blue]
    > in VS.Net? I'm an experienced .NET WinForms developer, and I am just[/color]
    getting[color=blue]
    > started with ASP.Net. So far, it's pretty straightforward , except for one
    > thing: How does one go about building a nice looking Web Form? I'm using
    > Visual Studio.Net, which lets me create really nice looking WinForms. But
    > the properties that I'm used to working with (Dock, Anchor, and so on)[/color]
    don't[color=blue]
    > seem to exist on the WebForms side on the house.
    >
    > I have seen several newbie tutorials that don't show anything other than[/color]
    how[color=blue]
    > to drag a control onto a web form. What I need to do is create a banner[/color]
    that[color=blue]
    > expands to the width of the browser, text boxes that will do the same sort
    > of thing. In the old ASP days, I used to use tables to apply color to
    > various regions on a page. I understand Web Forms are very different, but[/color]
    I[color=blue]
    > don't see how these things are done.
    >
    > Can anyone point me in the direction of a few good articles or tutorials[/color]
    on[color=blue]
    > the subject? Thanks
    >
    >
    > --
    > Dave Veeneman
    > Chicago
    >
    >[/color]


    Comment

    • Lucas Tam

      #3
      Re: Web Form Design Tutorial?

      "Dave Veeneman" <davidv@nospam. com> wrote in news:eNDRRY2cEH A.3300
      @TK2MSFTNGP09.p hx.gbl:
      [color=blue]
      > How does one go about building a nice looking Web Form?[/color]

      Use Macromedia Dreamweaver.


      Longer answer: To build nice looking winforms you'll need some web
      development experience. You'll need to learn CSS, HTML, possibly Javascript
      and DHTML as well.
      --
      Lucas Tam (REMOVEnntp@rog ers.com)
      Please delete "REMOVE" from the e-mail address when replying.

      Comment

      • awbishop@adelphia.net

        #4
        Re: Web Form Design Tutorial?

        Hi

        I have been searching for the same tutorial and came across your posting. Have you found any good tutorials or sites? I have a subscription to Safari Books and poured through a number of the books lookiing for a more complete answer (beyond the simple basics)

        ASP.NET, Unleashed 2nd Edition & Programming ASP.NET, 2nd Edition seemed to be two of the better ones

        Following are some links, not super helpful design unfortunately but informational nonetheless:







        Andy Bishop
        Williston, Vermont

        *************** *************** *************** *************** **********
        Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
        Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...

        Comment

        Working...