在 System.Data.SqlClient.SqlException 中第一次偶然出现的“System.Data.dll”类型的异常 5

protectedvoidButton3_Click(objectsender,EventArgse){Response.Redirect("Manager/Manage... protected void Button3_Click(object sender, EventArgs e)
{
Response.Redirect("Manager/ManagerIndex.aspx");
}
protected void Button1_Click(object sender, EventArgs e)
{
string userid = TextBox1.Text.Trim();
string username = TextBox2.Text.Trim();
string password = TextBox3.Text.Trim();
string beizhu = TextBox4.Text.Trim();
string quanxian = TextBox5.Text.Trim();

string college = DropDownList2.SelectedItem.Value;
string stuclass = DropDownList3.SelectedItem.Value;
string name = FileUpload1.FileName;
string serverPath = Server.MapPath("~/");
string paths = serverPath+"Photo\\" + name;
FileUpload1.SaveAs(paths);
select sl = new select();
if (sl.jianchaxuesheng(userid)==true)
{

Insert insert = new Insert();
if (insert.InsertStudent(userid, username, password, college, stuclass, paths, beizhu, quanxian))
Response.Write("<script>alert('提交成功!')</script>");
else
Response.Write("<script>alert('提交失败!')</script>");

Image1.ImageUrl = "~\\Photo\\" + name;
}
展开
 我来答
c在奇迹0356
2014-07-10 · TA获得超过434个赞
知道答主
回答量:135
采纳率:0%
帮助的人:168万
展开全部
st1 构造有错误,右侧少了一个单引号,like后面加个空格

st1=L"select * from KC where km like '"+textBox1->Text+"%'"
改成上面的试试
追问
详细点吧  我的这个代码怎么改
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
尘雨洛烟
2014-07-10 · TA获得超过6202个赞
知道大有可为答主
回答量:3967
采纳率:79%
帮助的人:980万
展开全部
具体出现什么错误,因为代码中只有一句跟数据库有关的代码,就是往数据库中添加学生信息,insert.InsertStudent(userid, username, password, college, stuclass, paths, beizhu, quanxian)但从这句代码中看不出有什么问题,所以希望能把错误信息说的清楚点
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式