一、gridview 中弹出超链接
<%--好方法:超链接列中可以直接从数据库获取完整字段,然后选择在当前窗口打开 Target="mainframe" --%> <%-- 方案二:精确控制弹出窗口大小位置 <asp:HyperLinkColumn DataNavigateUrlField="EmployeeID" DataNavigateUrlFormatString="javascript:varwin=window.open(‘detail.aspx?ID={0}‘,null,‘width=300,height=200‘);window.Close();" DataTextField="LastName" HeaderText="LastName"></asp:HyperLinkColumn>--%>
弹出窗口大全 :
http://blog.csdn.net/21aspnet/archive/2004/10/25/150231.aspx 即可!
时间: 2024-11-10 07:15:54