can i develop this type of editor in Asp.net? http://www.emdat.com/Portals/0/images/screenshots/inscribe.gif can anyone can give me guidance.
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
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
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