D
Dave Veeneman
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
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