I have a form that can't use Page Events for some reason. I had to rename the class because the form was duplcated a while back.
.ASPX: <%@ Page Language="vb" AutoEventWireup ="false" CodeBehind="New _Hire.aspx.vb" Inherits="SIM.Webform_New _Hire" %>
.ASPX.VB: Partial Public Class Webform_New_Hir e
.ASPX.DESIGNER. VB: Partial Public Class Webform_New_Hir e
I would think that is setup correctly but I must need to update another file or something. Any ideas?
.ASPX: <%@ Page Language="vb" AutoEventWireup ="false" CodeBehind="New _Hire.aspx.vb" Inherits="SIM.Webform_New _Hire" %>
.ASPX.VB: Partial Public Class Webform_New_Hir e
.ASPX.DESIGNER. VB: Partial Public Class Webform_New_Hir e
I would think that is setup correctly but I must need to update another file or something. Any ideas?
Comment