can i develop this type of editor in Asp.net

Discussion in 'Programming' started by i_am_dhaval, Jan 26, 2011.

  1. #1
    i_am_dhaval, Jan 26, 2011 IP
  2. roxcon

    roxcon Member

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    roxcon, Jan 26, 2011 IP
  3. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Assume you are talking about the rich text editor in the middle of the image. If that is the case then the most common one is the Tiny MCE editor. If you google it + asp.net you will find lots of examples of how to integrate the two plus free controls to download based on it
     
    AstarothSolutions, Jan 27, 2011 IP
  4. i_am_dhaval

    i_am_dhaval Well-Known Member

    Messages:
    1,364
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #4
    i need to audio play..stop...fw..Rw with this editor.
     
    i_am_dhaval, Jan 27, 2011 IP
  5. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Then google asp.net audio control or asp.net media player control. You will find again many opensource solutions. The page you have linked to would clearly be a composite of multiple controls
     
    AstarothSolutions, Jan 27, 2011 IP
  6. Ardra

    Ardra Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    why not, every thing is possible with asp.net
     
    Ardra, Jan 28, 2011 IP
  7. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Because it would be pointless to have a single control that is so specialised. It is better to have the separate and reusable controls and simply put them together on the page and code them up behind as necessary.

    A significant advantage of OOP is the reusability of code/ components/ controls etc
     
    AstarothSolutions, Jan 28, 2011 IP