.net在DataGrid中传值后,怎么根据ID调用静态页面

来源:百度知道 编辑:UC知道 时间:2024/06/08 18:36:17
就是像新闻那样的样式

被调用的静态页面必须是有序的.
你可以考虑以传参数的方式
用Response.Redirect("something.htm");
或者Server.Transfer("something.htm");

可以调用javascript:location.href=a.aspx?id=<%=id%>