Response.Redirect(url+"?id="+id.ToString()); 怎么打开了新的页面
DataGrid1中的 <asp:ButtonColumn Text= "详细信息 " CommandName= "Select "> </asp:ButtonColumn>
DataGrid1_SelectedIndexChanged 事件中的代码
Response.Redirect(url+ "?id= "+id.ToString());
这段代码怎么打开拉新的页面不在原页面中打开呢
------解决方案--------------------用 Window.open( "URL ") 这样可以弹出新页
------解决方案--------------------不会html的程序员,容易被别人使坏。