会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
皮皮木有小JJ
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
2015年4月27日
页面定时刷新
摘要:
阅读全文
posted @ 2015-04-27 13:58 皮皮木有小JJ
阅读(102)
评论(0)
推荐(0)
2015年4月16日
点击图片弹出缩略图
摘要: js代码: function ImgShow(evt){ var imgTag = (window.event) ? event.srcElement : evt.target; var imgPath = imgTag.src.replace(/\_\d\./, "_4.");//取得弹出的大图url var tagTop = Math...
阅读全文
posted @ 2015-04-16 12:51 皮皮木有小JJ
阅读(197)
评论(0)
推荐(0)
2015年4月13日
DSC微信投票翻页
摘要: //数据绑定 public void dlBind(string chatid) { int curpage = Convert.ToInt32(this.labPage.Text); PagedDataSource ps=new PagedDataSource(); string sql="select id,s.agentname,case...
阅读全文
posted @ 2015-04-13 21:54 皮皮木有小JJ
阅读(169)
评论(0)
推荐(0)
GridView Footer模板列中给Dropdownlist赋值
摘要: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ string FstWeekEnd,FstWeekEndday; if (e.Row.RowType == DataControlRowType.Footer) { DropDownList ddl =...
阅读全文
posted @ 2015-04-13 21:47 皮皮木有小JJ
阅读(251)
评论(0)
推荐(0)
GridView模板内控件值的获取
摘要: 如何获得中EmptyDataTemplate的控件的值((TextBox)((Table)GridView1.Controls[0]).Rows[0].FindControl("BankCard")).Text;((DropDownList)((Table)GridView1.Controls[0]...
阅读全文
posted @ 2015-04-13 11:34 皮皮木有小JJ
阅读(173)
评论(0)
推荐(0)
上一页
1
2
3
4
公告