Monday, March 26, 2012

main object of ASP.net

Does anyone can tell me what are main objects of ASP.net?
thxI 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
"z" <gto_station@.yahoo.com.hk> a crit dans le message de
news:%23WV3okHVFHA.3532@.TK2MSFTNGP09.phx.gbl...
> Does anyone can tell me what are main objects of ASP.net?
> thx
>
The System.Web namespace, and all the many classes therein, for the most
part.
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
What You S Is What You Get.
"z" <gto_station@.yahoo.com.hk> wrote in message
news:%23WV3okHVFHA.3532@.TK2MSFTNGP09.phx.gbl...
> Does anyone can tell me what are main objects of ASP.net?
> thx
>
Actually, as I understand OOP as Microsoft has applied it to the .NET
Framework everything in the framework that can be implemented is an object
and the System.Object class is the 'root' of the class hierarchy.
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"z" <gto_station@.yahoo.com.hk> wrote in message
news:%23WV3okHVFHA.3532@.TK2MSFTNGP09.phx.gbl...
> Does anyone can tell me what are main objects of ASP.net?
> thx
>

0 comments:

Post a Comment