How to work with graphics in ASP.NET?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

I want to make some browser application, where user can draw lines, circles
and others shapes. (Like small corel draw). How to do this in asp.net?
Should I use javascript or which is the best way to do this, but without
using ActiveX or Windows Controls?

Thanks
 
hi,MilanB
firstly,you have to import NameSpace:System.Drawing,usually,The Page behind
code have imported this NameSpace.
and you can use Graphics class .
 
Back
Top