What is GetType method in asp dot net
| As all of us know GetType method is a member of the System.Object class. GetType method in ASP.NET is a method present on every object in .NET fremwork. Reflection generally begins with a call to GetType method on a type. | |
