In the Render function of my custom web control I have this:
System.Windows.Forms.RichTextBox MyRichTextbox = new
System.Windows.Forms.RichTextBox();
base.Controls.Add(MyRichTextbox);
And I get an error:
cannot convert from 'System.Windows.Forms.RichTextBox' to
'System.Web.UI.Control'
I understand the error, but this is even from a sample from the SDK. Any
ideas on how I get a RichTextBox onto my webpage? Thanks...
--
::BOB::
"Don't mess with the dead, boy, they have eerie powers."
- Homer Simpson