asp 如何在网页中显示一个数据库表中的全部内容

我写了一个ASP连接ACCESS的网页代码如下<html><head><!--#inlcudefile="conn.asp"--><metahttp-equiv="Con... 我写了一个ASP连接ACCESS的网页代码如下
<html>
<head>
<!-- #inlcude file ="conn.asp" -->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>会员资料修改</title>
<style type="text/css">
<!--
body {
margin-top: 0px;
margin-bottom: 0px;
background-image: url();
background-repeat: no-repeat;
}
.STYLE1 {color: #FF0000}
-->
</style></head>
<body>
<%
set rst= server.CreateObject("adodb.recordset")
%>

<table width="800" height="573" border="0" align="center" cellspacing="0">
<tr>
<td height="573" align="center" valign="top" background=" "><table width="800" border="0" cellspacing="0">
<tr>
<td width="73" height="164"> </td>
<td width="646"> </td>
<td width="75"> </td>
</tr>
<tr>
<td height="337"> </td>
<td align="center" valign="middle" bgcolor="#F9F9F9"><a href="admin.asp">返回会员列表</a>
<%
rst.open "select * from admin where a_id=" & request.QueryString("id"),conn,1,1
%>

<form id="form1" name="form1" method="post">
<table width="90%" border="1" align="center" cellpadding="5" cellspacing="0">
<tr>
<td colspan="3">请在下面修改会员资料 </td>
</tr>
<tr>
<td width="24%" align="right">姓名:</td>
<td width="37%" align="left"><input name="f_user" type="text" id="f_user" value="<%=rst("Name")%>"/></td>
<td width="39%" align="left"><span class="STYLE1">*
</span></td>
</tr>
<tr>
<td align="right">地址:</td>
<td align="left"><input name="f_code" type="text" id="f_code" value="<%=rst("Address")%>"/></td>
<td align="left"><span class="STYLE1">*</span></td>
</tr>
<%
rst.close
rst.open"select * from news where n_id=" & request.QueryString("id"),conn,1,1
%>

<tr>
<td colspan="3" align="center"><input type="submit" name="Submit" value="修改会员资料" />
   
<input type="reset" name="Submit2" value="重置表单" /></td>
</tr>
</table>
</form>
</td>
<td> </td>
</tr>
<% rst.close %>

</table></td>
</tr>
</table>
<%
set rst=nothing
conn.close
set conn=nothing
%>

</body>
</html>
我想在网页中首先能显示出一个表中的全部信息,可惜不行啊,求高手指点迷津啊,最好能给个全一点的代码,小弟不胜感谢
展开
 我来答
awei327233448
2012-02-10
知道答主
回答量:50
采纳率:0%
帮助的人:16.1万
展开全部
你先把表中的数据全部查询出来,然后在页面是通过for循环来显示啊!
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
fjlhuman
2012-02-10 · TA获得超过122个赞
知道小有建树答主
回答量:290
采纳率:87%
帮助的人:109万
展开全部
你这是修改界面 只差了一条匹配信息啊,怎么显示全部的啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
linman2010
2012-02-09 · TA获得超过302个赞
知道小有建树答主
回答量:525
采纳率:100%
帮助的人:271万
展开全部
一个表中的全部信息?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 3条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式