Posts

Showing posts from January, 2012

Draw circle in asp.net

Image
Introduction: Hello friends, in this article i will explain that how we can print the circle in asp.net.This article is very useful for the all the .net developer.In this article i am describbing that how we can use css at the server in the application. In this article i’ll explain how we can print   the circle using css in asp.net. Implementation: create a new website add a page named print_circle.aspx. Drag and drop a label from the toolbox inside the   < body body tag at the .aspx page .   Below   i am giving the complete code for the html page and .cs page and the ascx page and ascx.cs page.  Code for print_circle.aspx page < head runat ="server">     < title > Circle </ title > </ head > < body >     < form id ="form1" runat ="server">     < div >   <% --   here   i am placing a labelto print the circles -- %>     ...