main object of ASP.net

  • Thread starter Thread starter ¶©¼z
  • Start date Start date
I wouldn't approach ASP.NET this way.

In ASP.NET you'll likely work most of the time inside a "Page" object... Now
the object model is much more rich than ASP so you'll more likely work with
a variety of objects (in particular "controls").

Try http://samples.gotdotnet.com/quickstart/aspplus/ unless you have
something particular in mind with this question...

Patrice
 
The System.Web namespace, and all the many classes therein, for the most
part.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top