07 2007 档案
摘要:方式1: foreach (Control c in this.Repeater1.Controls) { HtmlInputCheckBox check = (HtmlInputCheckBox)c.FindControl("chkSelect"); if( check != null ) { check.Checked = true; } } 方式2: for (int i=0;i<this....
阅读全文
摘要:一,JavaScript传值,主要用到opener.document…… 例如:Trans_aa.htm,Trans_bb.htm 二..Net传值方式主要有以下几种1.url传值.如: CheckPwd.aspx?user=uservalue&pwd=pwdvalue2.Session传值 如:Session("role")="Administrator"3.Vi...
阅读全文

浙公网安备 33010602011771号