Click here to Skip to main content
15,899,935 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can we do a free hand drawing in asp.net web page?
Posted

Yes.

Google can help, there are loads to choose from: Google "ASP.NET SCRIBBLE"[^]
 
Share this answer
 
Certainly, but it's irrelevant to ASP.NET. It is done in Javascript. For example, see http://stevehanov.ca/blog/index.php?id=93[^].

Even if you can develop server-side processing for mouse events with re-rendering of the image, it would be too slow to work.

—SA
 
Share this answer
 
Take a look at the following article, its well done and well explained :)

Fun with HTML5 Canvas, WebSocket, JQuery and ASP.NET. End-result: A live white board on a web page![^]
 
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