Click here to Skip to main content
15,918,211 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please reply now.....sir.
its importent to me to develope my college project...............
Posted

1 solution

If you try to solve this problem in ASP.NET (meaning: on the server part), you will have to perform so frequent postbacks, that it will slow down operation too much. Rather, you need to do it all on client side. I would advise to use HTML5 canvas, via JavaScript:
http://en.wikipedia.org/wiki/HTML5_canvas[^],
http://www.w3.org/TR/2009/WD-html5-20090825/the-canvas-element.html[^],
https://developer.apple.com/library/mac/documentation/AppleApplications/Conceptual/SafariJSProgTopics/Tasks/Canvas.html[^],
http://dev.opera.com/articles/view/html-5-canvas-the-basics/[^],
https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Canvas_tutorial?redirectlocale=en-US&redirectslug=Canvas_tutorial[^].

Please see how impressive the interactive canvas graphics can be: http://net.tutsplus.com/articles/web-roundups/21-ridiculously-impressive-html5-canvas-experiments[^].

—SA
 
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