Rich Textbox in ASP.NET 2.0 
February 16th, 2009, 01:03 PM
| | Newbie | | Join Date: Aug 2008
Posts: 7
| | |
Hi,
I want RichTextbox in ASP.NET 2.0.
Is it comes in-built with .NET?
If not how can I achieve it?
Kindly suggest. Note:
I don't want to do this with any third party contorls.
with regards
Krish TS
| 
February 16th, 2009, 02:40 PM
|  | Needs Regular Fix | | Join Date: Jan 2008 Location: South Africa
Posts: 347
| | | re: Rich Textbox in ASP.NET 2.0
the richtextbox comes withint the VS toolbox.
| 
February 16th, 2009, 03:44 PM
| | Newbie | | Join Date: Aug 2008
Posts: 7
| | | re: Rich Textbox in ASP.NET 2.0
Hi,
Thanks for the reply.
I'm asking in ASP.NET 2.0.
I can find only in Windows project Toolbox and
NOT in ASP.NET 2.0.
Kindly advice.
with regards,
Krish TS
| 
February 17th, 2009, 12:32 PM
|  | Moderator | | Join Date: Dec 2006
Posts: 4,745
| | | re: Rich Textbox in ASP.NET 2.0
Define what you mean by richtextbox if not some third party control...
| 
February 17th, 2009, 01:14 PM
|  | Forum Leader | | Join Date: Apr 2008 Location: San Antonio, TX (USA)
Posts: 2,569
| | | re: Rich Textbox in ASP.NET 2.0
Well, you can't do it without 3rd party controls, because it's not built into the framework.
| 
February 17th, 2009, 01:14 PM
| | Newbie | | Join Date: Aug 2008
Posts: 7
| | | re: Rich Textbox in ASP.NET 2.0
A textbox similar to "WordPad" with all formatting controls.
| 
February 17th, 2009, 01:17 PM
|  | Forum Leader | | Join Date: Apr 2008 Location: San Antonio, TX (USA)
Posts: 2,569
| | | re: Rich Textbox in ASP.NET 2.0
Do not double or triple post your questions.
Threads merged and duplicates deleted. MODERATOR
To answer your question, there is no built in Rich Textbox in the ASP.NET Framework. If you want a Rich Textbox, you will have to use a 3rd party control.
| 
February 20th, 2009, 11:44 AM
| | Newbie | | Join Date: Feb 2009
Posts: 10
| | | re: Rich Textbox in ASP.NET 2.0
Hi,
There are two sets of controls with .net framework. One that work with Windows Forms. Another that work with Web pages.
The control "RichTextBox" is meant to work with Windows Forms. Hence it is not available in Web technologies.
However, you can create your own control that works like RichTextBox with javascript and DHTML. but it is a tough task.
| 
February 20th, 2009, 12:18 PM
| | Member | | Join Date: Sep 2007
Posts: 43
| | | re: Rich Textbox in ASP.NET 2.0
Hi,
Here is the one of third party free text box. Click Here |  | | | | /bytes/about
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 225,662 network members.
|