B
Brad Coble
"An instance of 'Microsoft.Web.UI.DummyHtmlTextWriter' could not be used as
an HtmlTextWriter. Make sure the specified class can be instantiated,
extends System.Web.UI.HtmlTextWriter, and implements a constructor with a
single parameter of type System.IO.TextWriter."
I am just doing a simple test. I have a textbox, label and button inside an
update panel. When i click the button, what is in the textbox gets displayed
in the label. What is strange is that it works a time or two or three or
more and then just quits with the above errormessage.
Anyone have any ideas?
Thanks!
Brad
an HtmlTextWriter. Make sure the specified class can be instantiated,
extends System.Web.UI.HtmlTextWriter, and implements a constructor with a
single parameter of type System.IO.TextWriter."
I am just doing a simple test. I have a textbox, label and button inside an
update panel. When i click the button, what is in the textbox gets displayed
in the label. What is strange is that it works a time or two or three or
more and then just quits with the above errormessage.
Anyone have any ideas?
Thanks!
Brad