摘要: Response.Write(" <script> window.opener=null;window.close(); </script> "); 关闭当前页面Response.Write(" <script> window.opener.location= 'gridv.aspx';window.close(); </script> "); 重新调用另一个页面 阅读全文
posted @ 2012-08-20 16:58 xiaoxu1987 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 由于GridView如果动态添加模版列的话,在页面做其他事件时GridView又变为初始状态,所以需要在页面On_InIt里动态绑定上using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data;using System.Web.UI.WebControls;using System.Web.UI;namespace ZJXTWEB.Public{ public class GridViewTemplate : ITemplate { ... 阅读全文
posted @ 2012-08-20 16:56 xiaoxu1987 阅读(187) 评论(0) 推荐(0) 编辑