Click here to Skip to main content
15,889,651 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can we make an image of any person using tools with/without an image editor in asp.net with c#
Posted
Comments
Sandeep Mewara 28-Aug-10 10:50am    
What do you mean by make? draw or capture?

1 solution

ASP.NET has nothing to do with image editing, it's all about generating HTML. C# can easily be used to create an image editor, but you won't be able to use it in ASP.NET, b/c HTML has no support for such things. If you want the user to edit an image, you'll need to write a browser plug in in C++, C#, or Java. Flash and Silverlight are other options. ASP.NET cannot do it.
 
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