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
Conert "text" to CTime
Sharepoint permissions not pulling users from Active Directory.
Compile entire Access 2003 Project Problem
Show Powerpoint Slides on a VB6 form.
Create file path
Symantec Enterprise Vault - shared mailbox archive access in Outlook
table tables in SSRS?
C# equation to Compress string
How to configure a WSUS in 2008 Active Directory Domain
Modal Window postback opens new windows instead of posting to itself!