richtextbox on web form

  • Thread starter New World Order Pigs
  • Start date
N

New World Order Pigs

Hi, I want to put a richtextbox control on a web form but when I do I get an
error saying "RichTextBox must be placed inside a form tag with the
runat=server attribute." I've been able to find precious little on this
subject and was wondering if someone could point me to some usable
documentation about how to do this-- I assume I need to do basically what
the message says and yet I have found virtually nothing on this subject of a
"form tag."

Thanks to anyone taking the time to look at this and responding.

NWOP.
 
D

Dan Forster

What this is referring to is the ASP.NET <form> tag.

When you create an ASP.NET WebForm, it has a <form> tag with a
runat="server" attribute. You need to have the richtextbox nested within
this otherwise you will get this error.

Regards,

Dan
 
N

New World Order Pigs

Thanks for responding Dan. I'll take a look at this. I was beginning to
think nobody cared:-|

NWOP!
 

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

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top