Microsoft
Software
Hardware
Network
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("
Assign PointMan ID:
") writer.Write("
ptmn0") writer.Write("
") writer.Write("
")
Open in New Window
Select All
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.HtmlTextWrit
er
Random Solutions
toolbars position
SQL query
Rquire simpler than multiple iif, or, and combination
VB.NET Implementing Me.Parent property on class.
Overcome Excel MAX num of nested if statement
How to read contents of Macros using VBA
IP change on Win2K Server DC
Validation Rule
MDI Child Layout Issues
Write Excel Data to Access via ADO - Possible Database Sharing Conflict