摘要:
public void showScript(string pMessage) { this.ClientScript.RegisterStartupScript(this.GetType(), "", "<script language = javascript>alert('" + pMessage + "')</script>"); //脚本 Type cstype ... 阅读全文
posted @ 2009-11-11 16:05
地、
阅读(396)
评论(0)
推荐(0)
摘要:
1、GridView1_RowDataBoundprotected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { //这里的处理是为了回显之前选中的情况 if (e.Row.RowIndex > -1 && this.SelectedItems != null) { DataRowVi... 阅读全文
posted @ 2009-11-11 14:05
地、
阅读(269)
评论(0)
推荐(0)
浙公网安备 33010602011771号