layout asp.net 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am a asp.net 2.0 newbie and I was looking for some basic layout pages for
asp.net objects. I dont want to use masterpages

thanks

Bert
 
Hi Bert,

Your question is confusing. Tell us what you're trying to do.

ASP.NET is a way to get stuff onto a page and relates to databases and roles
and other stuff that typically involves web sites and web applications. It
isn't a Frontpage-type application with prebuilt templates for page designs,
really.

If you're a web newb, maybe start with Dreamweaver and Lowry's "Dreamweaver
Bible". When you decide you want to build applications, dump Dreamweaver and
get VS.NET or VS.NET express and start reading like crazy about how to
program C# or VB, two popular programming languages used with ASP.NET.

-KF
 
Hi

I am a asp.net 2.0 newbie and I was looking for some basic layout pages for
asp.net objects. I dont want to use masterpages

thanks

Bert

Hi Bert,

This will all change in VS 2007, so the IDE will probably resemble
Dreamweaver more closely.
 
Back
Top