I am creating a web based application using C#, ASP.NET. I have a requirement in my project - to have a control in my web page that would allow the users to enter text or copy paste image from the clipboard (say a snapshot). Is there a control in .NET like the clipboard control in Windows?
I tried creating a RichTextEditor custom control wherein which I have problems in pasting images from the clipboard.
I also tried using the winform RichTextEditor control in my web form, but I have problems in setting and retrieving values from the RichTextEditor.
In addition, has anyone tried using Silverlight/AJAX's RTE?