Ver Mensaje Individual
  #23 (permalink)  
Antiguo 06/05/2008, 14:59
Avatar de jlbautista
jlbautista
 
Fecha de Ingreso: enero-2007
Ubicación: Durango, Méx.
Mensajes: 175
Antigüedad: 18 años
Puntos: 1
Re: Problemas con aplicacion asp.net

Quita esto q te voy a marcar, va?
Código HTML:
</asp:TextBox>
<asp:Button id="Button1"
onclick="Calcular_NIF" <<=== ESTO NO VA
Runat="server"
BorderWidth="2px"
BorderStyle="Solid"
BackColor="White"
ForeColor="Black"
Text="Enviar" Height="26px"></asp:Button> 
y tmb esto en tu Código
Código:
Partial Class CalculoNIF
Inherits System.Web.UI.Page

Public label1 As Label
Public tbDNI As TextBox
Public Button1 As Object 
Eso no lo necesitas