Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Can any one tell me full code of draw a rectangle in webpage using asp.net c#. But i don't want to use bitmap image here. I need a simple webpage using c# asp.net in which only one rectangle should be there but without using bitmap image. Please do not use this:

Bitmap bmp = new Bitmap(width, height, PixelFormat.Format24bppRgb);
bmp.Save(Response.OutputStream, ImageFormat.Jpeg);
We already have solution useing bitmap image, please do not post answer using bitmap image. Thanks in advance.
Posted

1 solution

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