Rich Text Box in ASP.NET
-
Can anyone help me in creating RichTextBox in ASP.NET? I see an article in Codeproject.com but it is simple! i want an article or book for create Pro Rich Text Box ;) Something like this Picture
[]D @ []v[] []D @ []v[]
RichTextBox in web requires great knowledge on Javascript. I have once tried to create one RichTextBox myself. Its working but never used it anywhere. Its always better of use free existing
RichTextEditors
, as they are mostly tested and better in performance. :thumbsup:Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
RichTextBox in web requires great knowledge on Javascript. I have once tried to create one RichTextBox myself. Its working but never used it anywhere. Its always better of use free existing
RichTextEditors
, as they are mostly tested and better in performance. :thumbsup:Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
Check this http://www.webdesignerdepot.com/2008/12/20-excellent-free-rich-text-editors/[^] These are the most popular Rich text editors in the market. :cool::cool::cool:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
-
pampam110 wrote:
Where Should i find RichTextEditors ?
Are you using AJAX Toolkit? You can have a look into AJAX HTML Editor. AJAX HTML Editor[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Abhijit's suggestion is good enought,so just explore it.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
Abhijit's suggestion is good enought,so just explore it.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
Blue_Boy wrote:
I Love T-SQL
As your signature says you love T-SQL, I have an smll request to you, I have taken an small initiative over here, Most Commonly Used Functions in SQL Server 2005/2008[^] I would like to collect all the most commonly used SQL Server function under a single article. I gave permission to all of Silver and above member. If you have some times, I would expect some contributation from you ! Thanks in advance !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Blue_Boy wrote:
I Love T-SQL
As your signature says you love T-SQL, I have an smll request to you, I have taken an small initiative over here, Most Commonly Used Functions in SQL Server 2005/2008[^] I would like to collect all the most commonly used SQL Server function under a single article. I gave permission to all of Silver and above member. If you have some times, I would expect some contributation from you ! Thanks in advance !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
Hi Abhijit. Your article is usefull and sure I will try to find free time to append more in your article. Currently I am much busy with my actual project and I hope soon I will get free days and I will write some more for your article to be more rich. Regards. P.S. My pleasure to work with developer like you.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
Hi Abhijit. Your article is usefull and sure I will try to find free time to append more in your article. Currently I am much busy with my actual project and I hope soon I will get free days and I will write some more for your article to be more rich. Regards. P.S. My pleasure to work with developer like you.
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
Thanks you so much ! Hope to see your contribution soon. Thanks Again !:thumbsup:
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
pampam110 wrote:
Where Should i find RichTextEditors ?
Are you using AJAX Toolkit? You can have a look into AJAX HTML Editor. AJAX HTML Editor[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
Thanks Man. But i Face to another Problem ... I try to Adding the AJAX Control Toolkit to the Toolbox as shown in this page: Get Started with the AJAX Control Toolkit : The Official Microsoft ASP.NET But it send me an error when I Select my AjaxControlToolkit.dll! The Error is : There was an error loading types from assembly 'C:/Program Files/....../AjaxContolToolkit.dll' 'Could not load file or assembly 'System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, ..... or one of its dependencies. The System cannot find the file specified.' Any Idea again? ;)
[]D @ []v[] []D @ []v[]