Question : HtmlTextWriter

Getting an Error Message on code below....
Code Snippet:
1:
2:
3:
4:
5:
6:
Dim writer As System.Web.UI.HtmlTextWriter
        writer.Write("      ")
        writer.Write("        ")
        writer.Write("        ")
        writer.Write("      
Assign PointMan ID:ptmn0") writer.Write("
")

Answer : HtmlTextWriter

Whats the error message?  Wondering if it's a null object error or something along those lines...
try adding "new":

Dim writer As New System.Web.UI.HtmlTextWriter
Random Solutions  
 
programming4us programming4us