D
Doogie
What is the difference between this:
HttpContext.Current.Response
and this:
System.Web.HttpApplication.Response
I want to create a common method in a .vb file and cannot use
System.Web.HttpApplication.Response to do it. But I can use
HttpContext.Current.Response and wanted to know what the difference is
(if any) just to make sure I am not creating a problem for myself by
doing it that way.
HttpContext.Current.Response
and this:
System.Web.HttpApplication.Response
I want to create a common method in a .vb file and cannot use
System.Web.HttpApplication.Response to do it. But I can use
HttpContext.Current.Response and wanted to know what the difference is
(if any) just to make sure I am not creating a problem for myself by
doing it that way.