摘要:
我百度到的答案,原文请点击 错误信息: WebForms UnobtrusiveValidationMode 需要“jquery”ScriptResourceMapping。请添加一个名为 jquery (区分大小写)的 ScriptResourceMapping。 说明: 执行当前 Web 请求期 阅读全文
posted @ 2016-02-15 19:27
超级学渣渣
阅读(2446)
评论(0)
推荐(1)
摘要:
在登陆界面将需要显示的信息存储在session中,通过session显示出来 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using 阅读全文
posted @ 2016-02-15 18:02
超级学渣渣
阅读(319)
评论(0)
推荐(0)
摘要:
按照学号查找显示信息,我现在也不知道各部分代表的含义,先记下来 阅读全文
posted @ 2016-02-15 17:46
超级学渣渣
阅读(856)
评论(0)
推荐(0)
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Syste 阅读全文
posted @ 2016-02-15 17:38
超级学渣渣
阅读(512)
评论(0)
推荐(0)
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Data.SqlClient;//连接数据库必须的 6 using System.C 阅读全文
posted @ 2016-02-15 17:37
超级学渣渣
阅读(383)
评论(0)
推荐(0)