Asked By Laurent Modestil
08-Feb-10 10:48 AM
I have a "working" site that's connected to a database. I just want to change the looks of the page BUT I try to place a table in the who thing disappear. THIS IS WHAT I HAVE THAT WORKS:
<%@ import Namespace=System.Data %>
<%@ import Namespace=System.Data.SqlClient %>
<%@ import Namespace=System.Drawing %>
<%@ Page Language="C#" Debug="true" %>
<html>
<head>
<title>*********</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
</style>
</head>
<body>
<div id="page">
<div>
<div>
<div>
<table width="636" border="0">
<tr>
<td>
<p>****CODE****</p>
</td>
</tr>
<tr>
<td><div align="center"><a href="****.html" class="btnContinue"></a> </div></td>
</tr>
</table>
</div>
</div>
</div>
BUT if replace the "CODE" with <form runAT="server">****CODE****</form> everything is gone