| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 741 人关注过本帖
标题:[求助]怎样在VB中得到id 值,双击imagebutton,打开一个新窗口下显示明细?
只看楼主 加入收藏
zysun
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2007-6-5
收藏
 问题点数:0 回复次数:0 
[求助]怎样在VB中得到id 值,双击imagebutton,打开一个新窗口下显示明细?
我是一个新手,不知道在VB中怎样得到要传递的值。
aspx 是这样:
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
&nbsp;<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="ID,LINE_ID"
DataSourceID="CallList_ODS">
<Columns>
<asp:TemplateField>
<ItemTemplate>

<asp:ImageButton ID="CallHistory_IB" runat="server" ImageUrl="~/Images/Find.ico" PostBackUrl='<%# Eval("ID", "~/PR/Call history.aspx?Prospect_ID={0}") %>'/>

</ItemTemplate>
</asp:TemplateField>
怎样在vb中得到ID的值呢?
Response.Write("<script>window.open('Call history.aspx?','','height=400, width=400, top=120, left=600, toolbar=no, menubar=yes, scrollbars=yes,resizable=yes,location=no')</script>")
传给Call history.aspx ?
谢谢!
搜索更多相关主题的帖子: imagebutton 窗口 
2007-06-05 15:00
快速回复:[求助]怎样在VB中得到id 值,双击imagebutton,打开一个新窗口下显示明 ...
数据加载中...
 
   



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

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