GDI+ is great innovation in .NET and it is not limited to desktop applications , you can also use it in ASP.net pages.Here in example code is used to draw a pie chart in asp.net web page using GDI+ Classes of drawings.Import all Drawings name spaces.using System.Drawing.Drawing2D;using System.Drawing;using System.Drawing.Design;using System.Drawing.Imaging;using System.Drawing.Text;Since to
↧