04 2019 档案

加入验证控件后出现错误提示:WebForms UnobtrusiveValidationMode 需要“jquery”ScriptResourceMapping
摘要:WebForms UnobtrusiveValidationMode 需要“jquery”ScriptResourceMapping。请添加一个名为 jquery (区分大小写)的 ScriptResourceMapping。 问题如下: “/”应用程序中的服务器错误。 WebForms Unobt 阅读全文

posted @ 2019-04-23 16:22 proving 阅读(541) 评论(0) 推荐(0)

GridView中对表头设定背景图片
摘要:GridView中对表头设定背景图片 后台实现方法: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.Heade 阅读全文

posted @ 2019-04-23 11:17 proving 阅读(281) 评论(0) 推荐(0)

sql server 数据库中明明有值但是查询怎么都查不到值
摘要:产生原因是因为编码问题 数据库是英文版 但是数据库中数据又是中文的 所以查询中文时需要加上N 1 select * from customer where Username=N'张三' 1 select * from customer where Username=N'张三' 1 select *  阅读全文

posted @ 2019-04-11 12:25 proving 阅读(636) 评论(0) 推荐(0)

marquee标签详解
摘要:<marquee>标签,它是成对出现的标签,首标签<marquee>和尾标签</marquee>之间的内容就是滚动内容。<marquee>标签的属性主要有behavior、bgcolor、direction、width、height、hspace、vspace、loop、scrollamount、s 阅读全文

posted @ 2019-04-06 14:39 proving 阅读(185) 评论(0) 推荐(0)

导航