WebDataObjects for ASP.NET component classes are derived from ComponentOne DataObjects for WinForms classes. Although you can use DataObjects for WinForms components in WebForms, you will not benefit from WebForm-specific functionality such as automatic caching unless you use C1WebDataObjects.
WebDataObjects for ASP.NET contains separate components for use with Enterprise edition and Express edition of DataObjects for WinForms. If you use Enterprise edition only, you need one assembly, C1.Web.Data.2.dll, in addition to C1.Data.2.dll. If you use Express edition, you need two assemblies, C1.Web.Data.2.dll and C1.Web.Data.Express.2.dll in addition to C1.Data.2.dll and C1.Data.Express.2.dll.
|