bigracefan
Programmer
I'm new to asp.net and I've change some code in a codebehind form. The change is a different output to an existing textbox. I don't get any errors but I don't see the change when I run the page. I've tried remaning the .vb page and referencing it again. Same thing, no errors but I don't see the change.
What I am doing wrong?
Thanks.
What I am doing wrong?
Thanks.
Code:
<%@ Register TagPrefix="hdr" TagName="Header" Src="Common/Controls/Header.ascx" %>
<%@ Register TagPrefix="ftr" TagName="Footer" Src="Common/Controls/Footer.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="frmhistory.aspx.vb" Inherits="UnitedEmployees.frmhistory"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">