ObjectDataSource Constructor (String, String)
Initializes a new instance of the ObjectDataSource class with the specified type name and data retrieval method name.
Assembly: System.Web (in System.Web.dll)
Parameters
- typeName
- Type: System::String
The name of the class that the ObjectDataSource works with.
- selectMethod
- Type: System::String
The name of the method or function that the ObjectDataSource invokes to retrieve data.
The value of the typeName parameter can be a partially qualified type for code that is located in the Bin or App_Code directory or a fully qualified type name for code that is registered in the global assembly cache. If you use the global assembly cache, you must add the appropriate reference to the assemblies section of the Machine.config or Web.config configuration file.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.