2008年4月17日

摘要: 一、linkbutton的单击事件里关闭页面,拼接代码就是了 补充,不可能,我自己试过,再补充一下 1.关闭时提示“是否关闭” Response.Write(""); 2.直接关闭不提示 Response.Write(""); 阅读全文
posted @ 2008-04-17 14:06 苏城√小子 阅读(220) 评论(0) 推荐(0)
 
摘要: this.grid.Rows[i].Attributes.Add("onmouseover", "this.style.cursor = 'hand';this.style.backgroundColor='#4c7eb3';"); this.grid.Rows[i].Attributes.Add("onmouseout", "this.style.backgrou... 阅读全文
posted @ 2008-04-17 11:00 苏城√小子 阅读(210) 评论(0) 推荐(0)