问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

.net ListView控件中嵌套TextBox控件,TextBox如何赋值?

发布网友 发布时间:2024-10-02 06:24

我来回答

2个回答

热心网友 时间:2024-10-29 19:03

分享下自己的学习成果......
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ListViewOne.aspx.cs" Inherits="ListViewOne" %>

<!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/1999/xhtml">
<head runat="server">
<title>ListView</title>

<script src="Scripts/jquery-1.4.2.min.js" type="text/javascript"></script>

<script type="text/javascript">
$(document).ready(function() {
$(".wa").click(function() {
var tr = $(this.parentNode.parentNode);
var lblID = $("span[id$=lblID]", tr);
var pinyinLabel = $("span[id$=pinyinLabel]", tr);
$.get("ListViewOne.aspx?ajaxRequest=true&val=" + lblID.text() + "&x=" + Math.random(),
function(result) {
pinyinLabel.html(result);
}
);
});
});
</script>

</head>
<body>
<form id="form1" runat="server">
<asp:ListView ID="lvPersons" runat="server">
<LayoutTemplate>
<table border="1" style="border-collapse: collapse" width="100%">
<thead>
<tr>
<td>
ID
</td>
<td>
Name
</td>
<td>
Sex
</td>
<td>
Description
</td>
<td>
Op
</td>
</tr>
</thead>
<tbody>
<asp:PlaceHolder ID="itemPlaceholder" runat="server"></asp:PlaceHolder>
</tbody>
</table>
</LayoutTemplate>
<ItemTemplate>
<tr>
<td>
<asp:Label ID="lblID" runat="server" Text='<%#Eval("ID") %>' />
</td>
<td>
<asp:Label ID="lblName" runat="server" Text='<%#Eval("Name")%>' />
</td>
<td>
<asp:Label ID="lblSex" runat="server" Text='<%#Eval("Sex")%>' />
</td>
<td>
<asp:Label ID="pinyinLabel" runat="server" />
</td>
<td>
<input type="button" class="wa" value="Get" />
</td>
</tr>
</ItemTemplate>
<EmptyDataTemplate>
No records found!!!
</EmptyDataTemplate>
</asp:ListView>
</form>
</body>
</html>

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class ListViewOne : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!string.IsNullOrEmpty(Request.QueryString["ajaxRequest"]))
{
Response.Clear();
PersonInfo person = new PersonInfo().GetData().Where(p => p.ID == int.Parse(Request.QueryString["val"])).First();
if (person != null)
Response.Write(person.Description);
else
Response.Write("not found!!!");
Response.End();
}
if (IsPostBack) return;
lvPersons.DataSource = new PersonInfo().GetData();
lvPersons.DataBind();
}
}

class PersonInfo
{
public int ID { get; set; }
public string Name { get; set; }
public string Sex { get; set; }
public string Description { get; set; }

public List<PersonInfo> GetData()
{
return new List<PersonInfo>()
{
new PersonInfo(){ID=1,Name="张三",Sex="男",Description="aa"},
new PersonInfo(){ID=2,Name="李四",Sex="男",Description="bb"},
new PersonInfo(){ID=3,Name="王八",Sex="男",Description="cc"},
new PersonInfo(){ID=4,Name="张三",Sex="男",Description="dd"},
new PersonInfo(){ID=5,Name="李四",Sex="男",Description="ee"},
new PersonInfo(){ID=6,Name="王八",Sex="男",Description="ff"},
new PersonInfo(){ID=7,Name="张三",Sex="男",Description="gg"},
new PersonInfo(){ID=8,Name="李四",Sex="男",Description="yy"},
new PersonInfo(){ID=9,Name="王八",Sex="男",Description="xx"},
new PersonInfo(){ID=10,Name="张三",Sex="男",Description="ss"},
new PersonInfo(){ID=11,Name="李四",Sex="男",Description="rr"},
new PersonInfo(){ID=12,Name="王八",Sex="男",Description="tt"},
new PersonInfo(){ID=13,Name="张三",Sex="男",Description="uu"},
new PersonInfo(){ID=14,Name="李四",Sex="男",Description="ii"},
new PersonInfo(){ID=15,Name="王八",Sex="男",Description="oo"},
new PersonInfo(){ID=16,Name="张三",Sex="男",Description="pp"},
new PersonInfo(){ID=17,Name="李四",Sex="男",Description=";;"},
new PersonInfo(){ID=18,Name="王八",Sex="男",Description="ll"},
new PersonInfo(){ID=19,Name="张三",Sex="男",Description="aa"},
new PersonInfo(){ID=20,Name="李四",Sex="男",Description="aa"},
new PersonInfo(){ID=21,Name="王八",Sex="男",Description="aa"},
new PersonInfo(){ID=22,Name="张三",Sex="男",Description="aa"},
new PersonInfo(){ID=23,Name="李四",Sex="男",Description="aa"},
new PersonInfo(){ID=24,Name="张三",Sex="男",Description="aa"},
new PersonInfo(){ID=25,Name="李四",Sex="男",Description="aa"},
new PersonInfo(){ID=26,Name="翠花",Sex="女",Description="aa....."},
};
}
}

参考资料:http://code.jquery.com/jquery-1.4.2.min.js

热心网友 时间:2024-10-29 19:03

protected void Button1_Click(object sender, EventArgs e)
{
//值我想从数据库中读出
strSQL="select 你想要的 from 表where.."
//然后就是连接数据库什么的,得到dateset ds
string 值=ds.Tables[0].rows[0][0].tostring();
label.text=值;
}
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
历史要怎么读,有啥诀窍 高中历史诀窍 年终会活动策划方案 深度解析:第一财经回放,探索财经新风向 逆水寒手游庄园怎么邀请好友同住 逆水寒手游 逆水寒不同区可以一起组队吗? 逆水寒手游 逆水寒怎么进入好友世界? 逆水寒手游 逆水寒怎么去别人的庄园? 使用puppeteer实现将htmll转成pdf 内卷时代下的前端技术-使用JavaScript在浏览器中生成PDF文档 iframe的局部刷新(asp.net c#) 怎么看笔记本电脑的配置好坏? 怎样从硬件配置上区别电脑的好坏? 什么是b账户 银行b是什么股 银行b类属于什么 数传终端品牌推荐? 湛江硇洲岛十大景点 面试时如何问工资待遇比较好? 各字 开头词语 西安电子科技大学微电子学院硬件环境 桥本氏甲状腺病饮食调理 如何更改win7控制面板的电源设置? 学习中,你有什么好方法和技巧? 明基Joybook S73U-103基本参数 联想ThinkPad Z61基本参数 清华同方超锐 V280-12清华同方超锐 V280-12详细参数 无风格的杂系文案(高质量的无风格文案) 觉醒年代 | 愿你我皆摆脱冷气,从此只是向上走! 男生会因为想要而睡一起吗? 沁园春·答九华叶贤良原文 怎么才能把语文给听写好 美的电风扇用了多年没上过机油保养夏天连续用1O小时是常事,没有出现... 电风扇用久了为什么会变慢 电风扇不能转了? 热血英豪气功师配什么装备最有利于扫堂腿?最好是攻击速度超超超超块的... 热血英豪气功师我有了装备没办法发出扫堂腿 谁能教我热血英豪气功师怎么用怎么连啊,我加分 热血英豪中什么装备可以给气功师使用扫堂腿 热血英豪的气功师带英豪鼠标还能用扫堂腿吗? 热血英豪什么 职业+装备 可以克制 气功师+结界三叉戟 本人想买辆车,在市区县城专门跑专车(滴滴打车之类)什么车型最_百度知 ... 跳绳HIIT初级版—训练1 索尼电视32R430B 经典集合与模糊集合的区别是什么? 可替代的集合论定义 起名字能和子航连在一起的名字一个叫子航一个叫子洋想再起一个_百度知... 索尼电视机32R300B和32R430B型号哪个质量好? 模糊数学产生 为什么股票总是跌