[转]ScriptManager.RegisterStartupScript用法详解
摘要:ScriptManager.RegisterStartupScript(this.Button1, this.GetType(), "alertScript", "window.open('default2.aspx');", true); 其中第一个参数为要注册脚本的控件ID,试了一下,只要是本页面的就行。 第二个参数为注册脚本控件类型,是控件还是this的GetType()都可以,typeOf...
阅读全文
posted @
2010-01-21 17:35
gumarco
阅读(2053)
推荐(0)
ASPxGridView之PreviewRow
摘要:ASPxGridView之Preview主要解决表中较长字段的显示。参考官方Demos:http://demos.devexpress.com/ASPxGridViewDemos/Templates/Preview.aspxhttp://demos.devexpress.com/ASPxGridViewDemos/Rows/PreviewRow.aspx如短字段姓名,性别,出生日期之类的,几个字符...
阅读全文
posted @
2010-01-20 21:49
gumarco
阅读(2094)
推荐(0)
ASPxGridView之Master-Detail
摘要:ASPxGridView之Master-Detail参考页面官方demo:http://demos.devexpress.com/ASPxGridViewDemos/MasterDetail/MasterDetail.aspxMaster-Detail能够使主表与子表的信息在同一页面展示,无须新建子表页面。一直用一个grid,点击每行的详细按钮或链接,转到子表页面。今天尝试使用ASPxGridVi...
阅读全文
posted @
2010-01-19 20:59
gumarco
阅读(3468)
推荐(1)
ASPxGridView中常用操作
摘要:转自http://wenda.tianya.cn/wenda/thread?tid=6f3fe6ec66d56547数据绑定分页主从表绑定数据导出(利用ASPxGridViewExporter)列头数据过滤自定义列显示Grid中编辑数据
阅读全文
posted @
2010-01-15 22:31
gumarco
阅读(415)
推荐(1)
ASPxGridView利用CheckBox实现全选
摘要:转自http://kongjian.baidu.com/hjs%C2%FE%B2%BD%D4%C6%B6%CB/blog/item/273b34344a0aa348251f1448.htmlcs代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usi...
阅读全文
posted @
2010-01-15 21:54
gumarco
阅读(2530)
推荐(0)