Richtext in ASP.NET

  • Thread starter Thread starter Manoj
  • Start date Start date
M

Manoj

I want to ebmed the functionality of a rich text box into
my ASP.NET webpage . Any ideas please how to do it.
 
Manoj said:
I want to ebmed the functionality of a rich text box into
my ASP.NET webpage . Any ideas please how to do it.

If .NET is installed on the client then you can build some C# control
that is (similar to an applet) running on the client. This is not
feasible on the Web in general where you can't expect the client to be
IE with .NET installed.
 

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

Back
Top