sridhar
Answered On : Jul 9th, 2005
The base class of all server controls is Control class that resides in System.Web.UI
namespace
Login to rate this answer.
Kumar
Answered On : Jul 22nd, 2005
System.Object
Login to rate this answer.
System.Object
Login to rate this answer.
System.object is for .Net
system.Web.UI is for asp.net
Login to rate this answer.
varun
Answered On : Apr 30th, 2007
the supermost base class is system.object. even the system.web.ui comes from the system.object. All the object of type either value or reference type come from system.object. see the msdn doc for the same.
Login to rate this answer.
GOPINATH.P
Answered On : Sep 12th, 2011
System.object is the base class for VB.NET
Login to rate this answer.
Vivek
Answered On : Sep 26th, 2011
Object class is the base class of dot net
Login to rate this answer.