摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
if (!string.IsNullOrEmpty(Request.QueryString["param"]) && Request.QueryString["param"]=="1") 阅读全文
摘要:
for (int i = 0, j = 0; i < Ans.Length ; i++, j++) { if (Ans[i] == msc[j]) score ++; else continue; } 阅读全文
摘要:
SqlParameter[] parms ={ db.MakeInParam("@name",SqlDbType.VarChar,50,name), db.MakeInParam("@pass",SqlDbType.VarChar,50,pass), }; StringBuilder sbf = ... 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
SqlConnection conn = BaseClass.DBCon(); conn.Open(); SqlCommand cmd = new SqlCommand("select * from tb_Student where StudentNum='" + Session["ID"].ToS... 阅读全文
摘要:
string stype = ddlType.SelectedItem.Text; string strsql = ""; switch (stype) { case "学号": strsql = "select * from tb_Student where StudentNum like '%"... 阅读全文
摘要:
阅读全文
摘要:
Response.Write(""); 阅读全文
摘要:
this.Button1.Attributes.Add("onclick", "return showJSON();"); 阅读全文
摘要:
阅读全文
摘要:
//返回前一页Response.Write("");//打开、关闭页面Response.Write("//关闭当前页并且返回前一页Response.Write("");"); 阅读全文
摘要:
Request.UserHostAddress 阅读全文
摘要:
string connectionString = System.Configuration.ConfigurationManager.AppSettings["ConnectionString"];SqlConnection sqlConn = new SqlConnection(connecti... 阅读全文
摘要:
即在子目录下的web.config: 根目录下的web.config: 阅读全文
摘要:
a 阅读全文
摘要:
然后在同意不同意 阅读全文