WYSIWYG editor in asp.net

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default WYSIWYG editor in asp.net

    My customers want to customize their website (style sheets, simple
    layout etc...). They want to do this using a web interface/admin
    site. I am trying to develop this admin website or buy/license this
    software. I think it comes under content management area as a WYSIWYG
    tool. But I am not sure. My development platform is dot net
    technologies. So I would like to do this using ASP.NET and other dot
    net technologies. Is there a good book or articles or software
    solutions you can recommend? Are there any hosting provider who offer
    this in dot net technology? Please bear with me, I am not an expert
    in this area.

    Thanks for your suggestions,

    Bharathi
    Bharat Guest

  2. Similar Questions and Discussions

    1. WYSIWYG editor
      Hello, I'm searching for a good html editor tool to use in a CMS. Now I use active edit, but there are some limitations. Does somebody knows a good...
    2. free web based wysiwyg editor?
      Hello, I build a website for my parents who have no idea about html or php and they want to change certain text sites once a month. So I started...
    3. [PHP] WYSIWYG editor for PHP
      I need a WYSIWYG editor for PHP. That is all. Can any1 advice me one( or more :-) )? Dreamweaver?
    4. WYSIWYG editor for PHP
      hey every1! I need a WYSIWYG editor for PHP. That is all. Can any1 advice me one( or more :-) )? Thanks in advance! Denis 'Alpheus' Cahuk
    5. Free WYSIWYG HTML editor for ASP.NET !
      This is nothing but dishonest spam. Your demo version is free. Big deal. Everybody does that much. Where's the free open source? (Misleading...
  3. #2

    Default Re: WYSIWYG editor in asp.net

    You may wanna consider writing your own simple Content Management
    System. A simple one. including source code, you can find in a WROX
    book. Forgot the precise title but it's something like "building a CMS
    in C#".
    This CMS does not include a WYSIWYG editor though, but you can get a
    free one called EasyWebEdit.Net Free! at [url]http://www.easywebedit.net[/url] .
    You can add this editor as a control to your Visual Studio toolbox.

    Pat
    Patrick Guest

  4. #3

    Default Re: WYSIWYG editor in asp.net

    Don't know if it's the same book you are talking about, but there is a book
    from APress called "Real World ASP.Net: Building a Content Management System
    in C#." It's not bad, but I have a few quibbles with how some of the coding
    decisions, but the important thing is, it works.

    It just uses textboxes for content, but you can drop in the control from
    [url]www.richtextbox.com[/url] with very minor code changes. I'm sure other WYSIWYG
    editors will also drop in, but that's the only one I've tried so far.

    Colin

    "Patrick" <pplentz@yahoo.com> wrote in message
    news:b127d62e.0308060012.c04be18@posting.google.co m...
    > You may wanna consider writing your own simple Content Management
    > System. A simple one. including source code, you can find in a WROX
    > book. Forgot the precise title but it's something like "building a CMS
    > in C#".
    > This CMS does not include a WYSIWYG editor though, but you can get a
    > free one called EasyWebEdit.Net Free! at [url]http://www.easywebedit.net[/url] .
    > You can add this editor as a control to your Visual Studio toolbox.
    >
    > Pat

    Colin Young Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139