Click here to Skip to main content
16,008,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am facing a project to create a web page using ASP.NET that
should allow the user of the page to copy text and/or images from
his/her computer and paste them into the control within the page.
When the user hit the submit botton, the page will be posted to
the server and the text and images posted will be saved in
and SQL server table.
Is there any simple way to do this? or is there any simple web control
that can perform this task?
So far I browse through the internet and found various editor but
I haven't found any version that allow me to work as if I am using wordpad.
Does anyone have the information? thanks a lot.
Posted

1 solution

You can't get the effect of wordpad or word in a web html editor, and to store the image you can't directely get that from the html editor, you need those files to be uploaded by the user first.

You can use .NET control FreeTextBox (Google) or try for some jQuery plugin for this in google.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900