Click here to Skip to main content
15,899,124 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I want to insert value from ck editor to sql database. How can i do that
Posted
Comments
Ankur\m/ 9-May-11 7:56am    
using ADO.NET!

1 solution

<![CDATA[<%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>]]>

In Source,-

<FTB:FreeTextBox ID="txtContent" runat="Server" ToolbarLayout="ParagraphMenu, FontFacesMenu, FontSizesMenu |FontForeColorsMenu, FontForeColorPicker,  FontBackColorsMenu |
                                                    Bold, Italic, Underline, Strikethrough|
                                                    Superscript, Subscript, InsertImageFromGallery, CreateLink, Unlink,
                                                    RemoveFormat, JustifyLeft, JustifyRight, JustifyCenter, JustifyFull, BulletedList,
                                                    NumberedList, Indent, Outdent| Cut, Copy, Paste, Delete, Undo, Redo, Print, Save,
                                                    ieSpellCheck, StyleMenu| SymbolsMenu, InsertHtmlMenu, InsertRule, InsertDate,
                                                    InsertTime, WordClean, InsertImage, InsertTable,
                                                    InsertTableRowAfter, InsertForm,InsertImageFromGallery" Height="200px" 
                                                            Width="350px" ImageGalleryUrl="ftb.imagegallery.aspx?rif={0}&amp;cif={0}" />


Before that You have to Download FreeTextBox.dll . And

In Code behind you can do coding like textbox using txtContent.Text


Hope this can Help You.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900