Control Panel
Forum
Hosting Help
6 Months free Hosting (New!)
Resources
Login
Members
Shared Hosting
|
New Features
|
Advertise
|
Tutorials
|
Product Reviews in India
|
Free aptitude test questions
|
TATA Nano Car reviews
Total
members
:
76855
Average new registrations per day (in last 7 days):
84
New Registration:
Open
Register Now
Home
»
Questions & Answers
»
FCKEditor
FCKEditor
3/29/2008
Author:
TrĂșc Son Trang
TST
http://aspspider.info/xuandai
TrĂșc Son Trang
How can make asp.net page with FCKEditor
Answers .............
Author:
Timothy Parez
Techdeta
Posted Date: 4/14/2008
http://aspspider.info/timothyp
codem
There are samples on the FCKEditor homepage.
This is the page your are looking for:
http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/ASP.NET
This
should get you started.
Author:
Kevin Adam
Posted Date: 4/14/2008
http://aspspider.info/kevinadam
kevinadam
There is an ASP.NET control that you download from the fckEditor website, as well as the main fckEditor files. Once you have done the basic configuration to point the code to the correct place to find the editor,
add this to your page at the top:
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
Than add this where you want the editor to appear on the page:
<FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server"></FCKeditorV2:FCKeditor>
In your code, the HTML produced by the editor is obtained in FCKeditor1.Value.
You must
login
to post answer for this question.
Partners
Privacy Policy
Terms of use
Contact Us
SpiderWorks Technologies.
All Rights Reserved.