Hi All,
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 dotnet 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.
Has anyone tried using Silverlight/AJAX's RTE?
Please share your thoughts.
kani