Posted on: 9/16/2015 5:49:03 PM | Views : 846

Hi all:
I have an aspx page
<%@ Page EnableSessionState="false" CodeFile="paginapersonal.aspx.vb" Inherits="codigo" %> <!DOCTYPE html> <html> <head runat="server"> <title></title> <link rel="stylesheet" type="text/css" href="Comun/estilos.css" media="screen" /> <link href='Imagenes/favicon.ico' rel='shortcut icon' type='image/x-icon'/> </head> <body ID="bdcuerpo" style="background-color:#F8F361" runat="server"> <form runat="server"> <table class="ancho" border="1"> <tr><th ID="tdtitulo" class="desglose" runat="server" /></tr> </table> <asp:Label ID="lblfoto" Text ...

Go to the complete details ...