Code Master - A reference guide for programmer's

Programming is fun and interesting. As you all know, sometime we programmers stucks in the middle way of coding without getting a solution. Blogs like this will help us to find a path to solve our problems. The contents of this blog are the solutions that I found by myself and from other sources. Sharing such solutions is also interesting. Thank you!

Sunday, August 18, 2013

TableControl in Asp.Net

›
.aspx <asp:Table ID="Table1" runat="server" BorderColor="DarkGreen" BorderWidth="1">  ...

Image Maping in Asp.Net

›
.aspx <asp:ImageMap ID="ImageMap1" runat="server"                         ImageUrl="~/Class-22(ImageMap)/...

MultiView in Asp.net

›
Code:           MultiView1.ActiveViewIndex = 0; MultiView1.ActiveViewIndex = 1; .aspx   <asp:MultiView ID=...

Chart in Asp.net

›
.aspx   <asp:Chart ID="Chart1" runat="server" Palette="Bright">                         <se...
‹
›
Home
View web version
Powered by Blogger.