ASP.NET 中 table的问题,在线求解答。

问题描述

我有一个页面,像这样<%@PageLanguage="C#"AutoEventWireup="true"CodeBehind="temp.aspx.cs"Inherits="Lib.Web.CompetionAndObservingArea.temp"%><linkhref="/css/style.css"rel="stylesheet"type="text/css"/><!DOCTYPEhtml><htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title></title></head><body><formid="form1"runat="server"><br/><br/><asp:Tableid="table1"name="table1"width="30%"border="0"align="center"cellpadding="0"cellspacing="1"class="table_a"runat="server"><asp:TableRowID="TableRow1"runat="server"><asp:TableCellwidth="50%">姓名</asp:TableCell><asp:TableCellwidth="50%">性别</asp:TableCell></asp:TableRow></asp:Table></form></body></html>

在后台,我需要根据数据库查找到的值,写入前端的table中来显示,该如何实现?假设,经过数据库查找到的值为张三,男;李四,女。数据库查找指令写在Page_Load中的。应该是个很简单的问题,刚接触web开发,求指导。

解决方案

解决方案二:
<table><asp:RepeaterID="repList"runat="server"><ItemTemplate><trstyle="color:#106c9b"><tdalign="center"bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem,"name")%></td><tdheight="30"align="center"bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem,"sex")%></td></tr></ItemTemplate></asp:Repeater></table>Eval(Container.DataItem,"sex")第二个参数是数据库的字段名
解决方案三:
引用1楼wangjia1991的回复:

<table><asp:RepeaterID="repList"runat="server"><ItemTemplate><trstyle="color:#106c9b"><tdalign="center"bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem,"name")%></td><tdheight="30"align="center"bgcolor="#FFFFFF"><%#DataBinder.Eval(Container.DataItem,"sex")%></td></tr></ItemTemplate></asp:Repeater></table>Eval(Container.DataItem,"sex")第二个参数是数据库的字段名

+1
解决方案四:
<asp:Tableid="table1"name="table1"width="30%"border="0"align="center"cellpadding="0"cellspacing="1"class="table_a"runat="server"><asp:TableRowID="TableRow1"runat="server"><asp:TableCellwidth="50%"><divid="name"></div></asp:TableCell><asp:TableCellwidth="50%">性别</asp:TableCell></asp:TableRow></asp:Table>后台name.innerText="姓名";
解决方案五:
能不用服务器控件的就不要用服务器控件

时间: 2024-10-30 03:30:13

ASP.NET 中 table的问题,在线求解答。的相关文章

asp.net中Table生成Excel表格的方法_实用技巧

本文实例讲述了asp.net中Table生成Excel表格的方法.分享给大家供大家参考. 具体实现方法如下: 复制代码 代码如下: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/19

shell 编程 语句-shell编程中的语句问题,求解答

问题描述 shell编程中的语句问题,求解答 #!/bin/bash use=cat cat_greet() { echo "hello cat" } if [ $use=cat ] then cat_greet fi no_exit=1 [[ $no_exit -eq 1 ]]&& exit(){true;} exit 这个程序输出结果为 hello cat 我想问的是 [[ $no_exit -eq 1 ]]&& exit() {true;} 这一句

php问题-thinkphp中_initialize的使用,求解答,谢谢

问题描述 thinkphp中_initialize的使用,求解答,谢谢 一个模块中有登录和其他操作,目的:未登录时不可以进行其他操作.所以在_initialize中进行限制,但是如何区分登录操作和其他操作的不同?如果在登录操作中设置session进行限制,但是在登录前也要执行_initialize这样子登录操作会死循环执行,求解答,谢谢 解决方案 http://www.thinkphp.cn/topic/3244.html 解决方案二: 登录你做个标记,然后判断进行处理

打不开ubuntu服务器端的mysql,在线求解答!

问题描述 打不开ubuntu服务器端的mysql,在线求解答! 查询状态的时候打印如下 xxx@r10f17332:~$ service mysql status mysql stop/waiting 启动的时候打印如下 xxx@r10f17332:~$ service mysql start start: Rejected send message, 1 matched rules; type="method_call", sender=":1.114" (uid

关于fragment中的线程问题,求解答

问题描述 关于fragment中的线程问题,求解答 我通过点击fragment中一个button来触发线程,可为什么该线程在fragment创建的时候就自动启动了?(我的点击事件是放在onActivityCreated中的,不知道是不是) 解决方案 看不出来问题,调试一下瞅瞅. 解决方案二: 补充:我在run方法里Log打印,在fragment刚创建时就打印了,而点击button时反而不打印

asp.net中 Table类的使用详解

前台只要拖一个Table控件给一个ID就可以了,我们的操作都可以在后台进行.  代码如下 复制代码 <asp:Table ID="table" runat="server" BorderColor="#000000" BorderStyle="Solid" BorderWidth="0px" Caption="表格的标题" CellPadding="0" Cel

asp.net中Table控件动态表格的问题(C#)

问题描述 foreach(DataRowrowinDataTableNewProduct.Rows){//创建新的行TableRowtblRow=newTableRow();//创建新的单元格TableCelltblCell=newTableCell();//将单元格添加给表格行tblRow.Cells.Add(tblCell);//将行添加给表格tblNewProduct.Rows.Add(tblRow);}用这个代码我只能实现纵向的表格布局,但是我现在想表格输出的是横向的,图示:tblcel

在线求解答!!!

问题描述 10:12:37,120ERROR[[/association]]StandardWrapper.Throwableorg.apache.velocity.tools.config.ConfigurationException:Couldn'tfindnecessarysupportingclassesfor:UnsupportedTool'errors'=>org.apache.velocity.tools.struts.ErrorsToolwith1properties[key-a

联通和电信访问不到,东方宽带用户的服务器,在线求解答,急急急!

问题描述 公司用的是东方宽带,之前用花生壳和金万维是可以访问公司的服务器,但是现在联通和电信访问不到服务器.好像说东方宽带对外是一个IP,而整个东方宽带就像一个大局域网,所以访问有问题.求帮助,电信和联通的用户怎么才能访问到服务器呢?求高手,急急急!