Posted on: 7/2/2015 6:20:05 PM | Views : 671

<div style="text-align:center;"> <asp:UpdatePanel ID="UpdatePanelParent" runat="server" ChildrenAsTriggers="false" UpdateMode="Conditional"> <ContentTemplate> <div style="text-align:center; width:100px; height:100px; border-top:solid 20px #A6ABC4; float:left; margin-left:20px; margin-top:20px; margin-bottom:25px;"> <asp:Image ID="iprofile" runat="server" BorderStyle="Solid" BorderColor="gold" BorderWidth="1px" /><br /> <asp:Label ID="lname" runat="server" Font-Bold="True" style="color:ghostwhite;" /> </div> </ContentTemplate> </asp:UpdatePanel> ...

Go to the complete details ...