Use windows control in ASP.NET
-
Hi, can i use "System.Windows.Forms.RichTextBox" in asp.net. If yes then, How can i do this? Thanks, Sonia
-
Hi, can i use "System.Windows.Forms.RichTextBox" in asp.net. If yes then, How can i do this? Thanks, Sonia
No... Browser just knows Html. So you need to find one equivalent
Richtexteditor
built using Html. Why dont you try HTML Editors ? Might try Yahoo RichText editor, Its free and easy to implement. http://developer.yahoo.com/yui/editor/ Cheers. :rose:Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
No... Browser just knows Html. So you need to find one equivalent
Richtexteditor
built using Html. Why dont you try HTML Editors ? Might try Yahoo RichText editor, Its free and easy to implement. http://developer.yahoo.com/yui/editor/ Cheers. :rose:Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using JavascriptThanks for your reply, in html editors we can assign different colors to text by selecting the text and then choosing the color for it, but i want to select and color the text programmatically. How can i do this. Sonia
-
Thanks for your reply, in html editors we can assign different colors to text by selecting the text and then choosing the color for it, but i want to select and color the text programmatically. How can i do this. Sonia
Yes why not. html richtexteditors generates proper html and places it in the editors. HTMLs can easyly handle colors and if the API supports color of text for the editor you are using, it is easily possible. ;)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
Hi, can i use "System.Windows.Forms.RichTextBox" in asp.net. If yes then, How can i do this? Thanks, Sonia