Click to See Complete Forum and Search --> : Class Library


NinaWilliam
02-22-2006, 05:56 AM
Class Library

I want to create a library class that writes HTTML code using

HttpContext.Current.Response.Write()

then call it in my page..

what reference should i add to my class to make it write HTML code?

nhanson
02-22-2006, 01:22 PM
System.Web

NinaWilliam
02-22-2006, 10:44 PM
I already added System.Web, but still not able to use HttpContext.Current.Response.Write()

what sould i do?