RichEdit box in ASP.Net C#

  • Thread starter Thread starter Jayender
  • Start date Start date
J

Jayender

Hi,
I need to know about Rich editbox in ASP.Net with C#,
is there anything that can help me out on this issue..?
waiting for ur reply,

Cheers,
Jay
 
Well Max, Thanks for the reply,
but there is a Rcihtextbox in the tool box but it is disabled in
ASP.Net , but enabled in C# window based applicaiton, why is that ?
On this link ( u have provided) , is it like an activeX control that i
need to register and add to my tool box ?

waiting for ur reply,

Thanks,
Jay
 
hi Jayender,

yes you right that rich text box is not available in asp.net, i don't
know the reason.

fckeditor is third part component, you have add reference of fckeditor
into your project and a folder FCKEditor that comes with fckeditor
control it contail some configuration files, documetation of fckeditor
for asp.net is given on following link

http://wiki.fckeditor.net/Developer's_Guide/Integration/ASP.Net.
 
Back
Top