用.net做的动态网站,如何把数据库的数据在网页中用表格排列出来,请高 ...

发布网友 发布时间:2024-12-03 19:39

我来回答

6个回答

热心网友 时间:2024-12-30 15:48

<asp:TemplateField>
<ItemTemplate>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#b5d6e6" onmouseover="changeto()" onmouseout="changeback()">
<tr>
<td width="5%" height="20" bgcolor="#ffffff"><div align="center"><span class="STYLE1"><asp:Label ID="Label1" runat="server" Text='<%# Bind("NewID") %>'></asp:Label></span></div></td>
<td width="15%" height="20" bgcolor="#ffffff"><div align="center"><span class="STYLE1"><asp:Label ID="Label6" runat="server" Text='<%# Bind("NewName") %>'></asp:Label></span></div></td>
<td width="15%" height="20" bgcolor="#ffffff"><div align="center"><span class="STYLE1"><asp:Label ID="Label2" runat="server" Text='<%# Bind("NewTime") %>'></asp:Label></span></div></td>
<td width="40%" height="20" bgcolor="#ffffff"><div align="center"><span class="STYLE1"><asp:Label ID="Label3" runat="server" Text='<%# Bind("NewInfo") %>'></asp:Label></span></div></td>
<td width="10%" height="20" bgcolor="#ffffff"><div align="center"><span class="STYLE4"><img src="images/edt.gif" width="16" height="16" /><asp:HyperLink ID="HyperLink2"
runat="server" CssClass="STYLE4" NavigateUrl='<%# Bind("NewID", "AdminNew_IU.aspx?id={0}") %>'>编辑</asp:HyperLink>
  <img src="images/del.gif" width="16" height="16" />
<asp:LinkButton ID="LinkButton1" runat="server" CommandName="Delete" CssClass="STYLE4" OnClientClick='return confirm("确认删除?");'>删除</asp:LinkButton>
</span></div></td>
</tr>
</table>
<asp:HiddenField ID="HiddenField1" runat="server" Value='<%# Bind("NewID") %>' />
</ItemTemplate>
<HeaderTemplate>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#b5d6e6" onmouseover="changeto()" onmouseout="changeback()">
<tr>
<td width="5%" height="22" background="images/bg.gif" bgcolor="#ffffff"><div align="center"><span class="STYLE1" style="font-weight:normal;">新闻编号</span></div></td>
<td width="15%" height="22" background="images/bg.gif" bgcolor="#ffffff"><div align="center"><span class="STYLE1" style="font-weight:normal;">新闻标题</span></div></td>
<td width="15%" height="22" background="images/bg.gif" bgcolor="#ffffff"><div align="center"><span class="STYLE1" style="font-weight:normal;">发表时间</span></div></td>
<td width="40%" height="22" background="images/bg.gif" bgcolor="#ffffff"><div align="center"><span class="STYLE1" style="font-weight:normal;">新闻内容</span></div></td>
<td width="10%" height="22" background="images/bg.gif" bgcolor="#ffffff" class="STYLE1" style="font-weight:normal;"><div align="center">基本操作</div></td>
</tr>
</table>
</HeaderTemplate>
</asp:TemplateField>

这个是我后台的代码 写的很乱 模板别人出的...大概就是这个意思
可以用TemplateField的属性
GridView 选择 数据源 在分别绑定字段

热心网友 时间:2024-12-30 15:56

直接用gridview或是dataliest等控件就行,在模板里重新布局,启用编辑与删除

热心网友 时间:2024-12-30 15:52

需要购买空间,域名。然后把数据库备份出来。配置到服务器上,还有页面文件等。

热心网友 时间:2024-12-30 15:56

用数据控件吧 有很多中的 gridView、DataList、Repeater等等
编辑列
然后绑定数据源就行了

热心网友 时间:2024-12-30 15:49

需要购买空间,域名。然后把数据库备份出来。配置到服务器上,还有页面文件等。
另外,团IDC网上有许多产品团购,便宜有口碑

热心网友 时间:2024-12-30 15:55

后台查询数据库并拼接成json数据向前台传一个json数据,前台用js循环动态生成表格就可以了

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com