Does anyone know of a way of implementing Response.Write within a "Sub" in a Class in ASP.Net. I can make it work in Classic ASP, but in ASP.NET, it just doesn't work. <BR><BR>Your response would be much appreciated. <BR><BR>Kind Regards <BR><BR>Verinder <BR>You can use response object as you were doing in Classic ASP....you can give Response.write ("statement") in your sub procedure.....