What do I need in the top of my aspx page

T

tshad

I am finally splitting my code into 2 (code-behind).

This is what I have in the first few lines:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ Page Language="VB" trace="false" debug="true" ContentType="text/html"
inherits="login" src="EELogin3.vb" ResponseEncoding="iso-8859-1" %>
<%@ Register TagPrefix="fts" TAgName="header"
src="..\includes\defaultHeaders.ascx" %>
<%@ Register TagPrefix="fts" TAgName="footer"
src="..\includes\staffingFooters.ascx" %>
<!-- #include file="..\includes\slidemenus.inc" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Add New Logon</title>
<link href="staffing.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="document.forms[0].firstName.focus();">
<fts:header id=ctl1 runat="Server" />


I just want to make sure I have this all correct. I am not sure what I
don't need.

Thanks,

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top