
05/05/2009, 05:21
|
| | Fecha de Ingreso: marzo-2008
Mensajes: 383
Antigüedad: 17 años Puntos: 5 | |
Respuesta: Problema tonto con asp.net - ayuda! en el evento load quieres decir?
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If IsPostBack = False Then
var = 2
End If
End Sub
Entonces cuando declaro la variable lo dejo asi?
Partial Class fotos
Inherits System.Web.UI.Page
Public var As Integer |