I need to make a small application in asp.net where user could draw a small drawing and that drawing is saved in the database for later review.
I have no idea where to begin from. Could you give me a hint please? Thanks
I need to make a small application in asp.net where user could draw a small drawing and that drawing is saved in the database for later review.
I have no idea where to begin from. Could you give me a hint please? Thanks
Use System.Drawing
for creating image (lots of tutorials online).
Then you can save image to DB (SQL Express, MySQL?) or maybe better save it to disc with some generated filename and save only path to DB. If you don't know how to access DB then you should first choose one. I recommend SQL Server Express.
You can look for System.Drawing to draw in ASP.net but it is not much supported.. to get more information check this System.Drawing in Windows or ASP.NET services
Check this interesting stuff regarding ASP.Net that may help you:
Build Flexible, Lightweight XML-Based Images for ASP.NET Using Scalable Vector Graphics
Check libraries specified on Stackoverflow question
Javascript drawing library?
Check these links:
http://www.p01.org/releases/Drawing_lines_in_JavaScript/
10 Best Javascript Drawing and Canvas Libraries
https://developer.mozilla.org/en/Drawing_Graphics_with_Canvas