The canvas element is a tag in which you can embed inside HTML so you can draw graphics using JavaScript API. This article will explain how you can use HTML 5 Canvas to rotate an image that is served by ASP.NET Image Control.
To give you an idea, first, open Microsft Visual Studio 2010 or any version you have. The declare a markup which has an HTML5 canvas dimension of 400×400 and your ASP.NET Image control display be set to none. Then, you’ll have to declare a JavaScript Code inside the <head> element.
Let us take a closer look at what you can do and what it can do to your website here:Â http://www.dotnetcurry.com/ShowArticle.aspx?ID=778