标题:[求助]怎样在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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-145086-1-1.html




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

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