I really wanna make text with an editor for asp.net
-
Hello. I wanna make a text with an editor on web pages. and I found a lot of things related to text editor. For example, FCKeditor , ckeditor, tinymce, wisywyc and so on. But, I really don't know how to create and use them. I wanna see source codes about them. but there is no any source code. it just was showing the feature or something. Even I downloaded a file including source codes with Ajax. but it doesn't work in VS2005. If there is a good open source or something and you know the step about how to create and code them, please let me know.. I really feel heavy in my chest..because I'm a beginner for asp.net.. Thank you...
-
Hello. I wanna make a text with an editor on web pages. and I found a lot of things related to text editor. For example, FCKeditor , ckeditor, tinymce, wisywyc and so on. But, I really don't know how to create and use them. I wanna see source codes about them. but there is no any source code. it just was showing the feature or something. Even I downloaded a file including source codes with Ajax. but it doesn't work in VS2005. If there is a good open source or something and you know the step about how to create and code them, please let me know.. I really feel heavy in my chest..because I'm a beginner for asp.net.. Thank you...
lsh486love wrote:
For example, FCKeditor , ckeditor, tinymce, wisywyc and so on. But, I really don't know how to create and use them.
Have you tried their documentations?
lsh486love wrote:
Even I downloaded a file including source codes with Ajax. but it doesn't work in VS2005.
ASP.NET AJAX? Make sure you have AJAX server extensions installed.
lsh486love wrote:
I really feel heavy in my chest..because I'm a beginner for asp.net..
A good book can change the feeling. :)
Navaneeth How to use google | Ask smart questions
-
Hello. I wanna make a text with an editor on web pages. and I found a lot of things related to text editor. For example, FCKeditor , ckeditor, tinymce, wisywyc and so on. But, I really don't know how to create and use them. I wanna see source codes about them. but there is no any source code. it just was showing the feature or something. Even I downloaded a file including source codes with Ajax. but it doesn't work in VS2005. If there is a good open source or something and you know the step about how to create and code them, please let me know.. I really feel heavy in my chest..because I'm a beginner for asp.net.. Thank you...
Try HTMLEditor in AJAXControlToolkit, http://www.asp.net/AJAX/AjaxControlToolkit/Samples/HTMLEditor/HTMLEditor.aspx[^]
Arun Jacob http://codepronet.blogspot.com/
-
lsh486love wrote:
For example, FCKeditor , ckeditor, tinymce, wisywyc and so on. But, I really don't know how to create and use them.
Have you tried their documentations?
lsh486love wrote:
Even I downloaded a file including source codes with Ajax. but it doesn't work in VS2005.
ASP.NET AJAX? Make sure you have AJAX server extensions installed.
lsh486love wrote:
I really feel heavy in my chest..because I'm a beginner for asp.net..
A good book can change the feeling. :)
Navaneeth How to use google | Ask smart questions
-
Hello. I wanna make a text with an editor on web pages. and I found a lot of things related to text editor. For example, FCKeditor , ckeditor, tinymce, wisywyc and so on. But, I really don't know how to create and use them. I wanna see source codes about them. but there is no any source code. it just was showing the feature or something. Even I downloaded a file including source codes with Ajax. but it doesn't work in VS2005. If there is a good open source or something and you know the step about how to create and code them, please let me know.. I really feel heavy in my chest..because I'm a beginner for asp.net.. Thank you...
You asked this and were answered yesterday.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.