Wednesday, March 28, 2012

Web Control Library

Hi,

In .net winforms, there is a project template windows control library which enables us to create a dll for our user control. similarly there is a project template called web control library. what is its use in winforms. because i guess you cant use web control library in web applications. becaue Response object is not recognized in web control library..

Response is accessable from System.Web.HttpContext.Current.Response.

0 comments:

Post a Comment