htmltextwriter - error

G

Guest

I am fairly new to asp and web development. I'm having a tough time with the htmltextwriter. I keep receiving an error that basically says 'object reference not set to instance of object. It sure looks like it is to me so I am kind of stuck! Thanks in advance for any help

Here's my code

Dim writer As TextWrite


Dim output As New HtmlTextWriter(writer

output.WriteBeginTag("iframe") <--BLOWS HER

output.AddAttribute("Name", "encounterutil"
output.AddAttribute("src", "http://ingnosis/ingnosisserver/medi...Render&amp;rc:Toolbar=false&amp;rc:Zoom=False"
output.AddStyleAttribute("height", "310"
output.AddStyleAttribute("width", "375"
output.WriteEndTag("iframe"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top