Html editor / Richbox Textbox in asp.net c#

In this article, we will use set  html editor(RichTextbox) in the textbox in asp.net c#,  for this we just need to add the a DLL in our project . we can download this DLL from FreeTextBox.com. It this totally free DLL. We can save the content of the html editor in the database.



Source Code:-

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Htmleditor.aspx.cs" Inherits="Htmleditor" %>

<%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>Richtextbox In asp.net</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <FTB:FreeTextBox ID="FreeTextBox1" runat="server">
        </FTB:FreeTextBox>
   
    </div>
    </form>
</body>
</html>



  Out-Put:-


Html editor / Richbox Textbox in asp.net c# Html editor / Richbox Textbox in asp.net c# Reviewed by NEERAJ SRIVASTAVA on 8:37:00 PM Rating: 5

1 comment:

  1. I recently found many useful information in your website especially this blog page. Among the lots of comments on your articles. Thanks for sharing. psd to drupal

    ReplyDelete

Powered by Blogger.