| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 430 人关注过本帖
标题:[求助]传值问题
取消只看楼主 加入收藏
lmyh5201
Rank: 1
等 级:新手上路
帖 子:241
专家分:0
注 册:2007-3-29
结帖率:100%
收藏
 问题点数:0 回复次数:2 
[求助]传值问题
CS:

private void dl_ItemDataBound(object sender, System.Web.UI.WebControls.DataListItemEventArgs e)
{
HyperLink hp=(HyperLink)e.Item.FindControl("hl1");
if(hp!=null)
{
hp.NavigateUrl="HD_01.aspx? id=<%# DataBinder.Eval(Container.DataItem,'title') %> ";
}
HyperLink hp1=(HyperLink)e.Item.FindControl("hl2");
if(hp!=null)
{
hp.NavigateUrl="HD_01.aspx? id=<%# DataBinder.Eval(Container.DataItem,'title') %> ";
}
}

HTML:
<asp:datalist id="dl" runat="server">
<HeaderTemplate>
<FONT face="宋体">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="750" border="0">
<TR>
<TD width="315" height="25" align="center">活动主题</TD>
<TD width="100" height="25" align="center">发起人</TD>
<TD width="100" height="25" align="center">活动时间</TD>
<TD width="65" height="25" align="center">地区</TD>
<TD width="70" height="25" align="center">活动类别</TD>
<TD width="100" height="25" align="center">人均消费</TD>
</TR>
</TABLE>
</FONT>
</HeaderTemplate>
<ItemTemplate>
<FONT face="宋体">
<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="750" border="0">
<TR>
<TD align="center" width="315" bgColor="#f2fcff" height="25">
<asp:HyperLink id="hl1" runat="server" Width="171px">
<%# DataBinder.Eval(Container.DataItem,"title") %>
</asp:HyperLink></TD>
<TD align="center" width="100" bgColor="#f2fcff" height="25"><%#DataBinder.Eval(Container.DataItem,"user_name")%></TD>
<TD align="center" width="100" bgColor="#f2fcff" height="25"><%#DataBinder.Eval(Container.DataItem,"start_time")%></TD>
<TD align="center" width="65" bgColor="#f2fcff" height="25"><%#DataBinder.Eval(Container.DataItem,"city")%></TD>
<TD align="center" width="70" bgColor="#f2fcff" height="25"><%#DataBinder.Eval(Container.DataItem,"type")%></TD>
<TD align="center" width="100" bgColor="#f2fcff" height="25"><%#DataBinder.Eval(Container.DataItem,"pay_way")%></TD>
</TR>
</TABLE>
</FONT>
</ItemTemplate>
<AlternatingItemTemplate>
<FONT face="宋体">
<TABLE cellSpacing="0" cellPadding="0" width="750" border="0">
<TR>
<TD align="center" width="315" bgColor="#fbfeff" height="25">
<asp:HyperLink id="hl2" runat="server" Width="161px">
<%# DataBinder.Eval(Container.DataItem,"title")%>
</asp:HyperLink></TD>
<TD align="center" width="100" bgColor="#fbfeff" height="25"><%#DataBinder.Eval(Container.DataItem,"user_name")%></TD>
<TD align="center" width="100" bgColor="#fbfeff" height="25"><%#DataBinder.Eval(Container.DataItem,"start_time")%></TD>
<TD align="center" width="65" bgColor="#fbfeff" height="25"><%#DataBinder.Eval(Container.DataItem,"city")%></TD>
<TD align="center" width="70" bgColor="#fbfeff" height="25"><%#DataBinder.Eval(Container.DataItem,"type")%></TD>
<TD align="center" width="100" bgColor="#fbfeff" height="25"><%#DataBinder.Eval(Container.DataItem,"pay_way")%></TD>
</TR>
</TABLE>
</FONT>
</AlternatingItemTemplate>
</asp:datalist></td>
怎么样才能把TITLE这列的ID传到下一页面呀
搜索更多相关主题的帖子: 传值 
2007-05-15 10:52
lmyh5201
Rank: 1
等 级:新手上路
帖 子:241
专家分:0
注 册:2007-3-29
收藏
得分:0 

这样传不过去呀 


2007-05-15 14:05
lmyh5201
Rank: 1
等 级:新手上路
帖 子:241
专家分:0
注 册:2007-3-29
收藏
得分:0 
我已经实现了!谢谢

2007-05-23 13:15
快速回复:[求助]传值问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.052989 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved