Hi all
I have 100 aspx pages. Only 1 of them have problemes. I use VS 2010 and doesn't recognize my handles sentences either the controls. I can't figure it out why.
In spanish the error is la cláusula handles requiere una variable withevents definida en el tipo contenedor
I have in markup
<%@PageLanguage="VB"MasterPageFile="maestro.master"CodeFile="publicarobras.aspx.vb"Inherits="codigo" %>
and in codebehind, publicarobras.aspx.vb
Partial Classcodigo
Inherits System.Web.UI.Page
can u give me some ideas?
Thanks in advance