2008年2月26日

DropDownList 的妙用

摘要: ddlProject.Attributes.Add("onchange","location.href='" + Page.ResolveUrl("~/Bugs/ProjectSummary.aspx") + "?pid=' + this.options[this.selectedIndex].value + ''"); 阅读全文

posted @ 2008-02-26 14:15 newr2006 阅读(134) 评论(0) 推荐(0)

2007年12月19日

TreeView 控件选中不对的点变色的处理方法

摘要: " Value="Home"> 1 string home = Request.QueryString["Home"]; 2 TreeView treeview = (TreeView)LoginView12.FindControl("treeAdmin"); 3 ... 阅读全文

posted @ 2007-12-19 09:50 newr2006 阅读(791) 评论(0) 推荐(0)

2007年10月31日

Database diagram cannot be installed

摘要: 如查你在SQL2005中建立数据库图表时出现以下错误: "Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties di... 阅读全文

posted @ 2007-10-31 17:00 newr2006 阅读(327) 评论(0) 推荐(0)

2007年7月18日

FileIOPermission 错误解决办法

摘要: 如果你遇到这个错误:Exception Details: System.Security.SecurityException: Request for thepermission of type 'System.Security.Permissions.FileIOPermission,mscorlib, Version=2.0.0.0, Culture=neutral,PublicKeyToke... 阅读全文

posted @ 2007-07-18 14:25 newr2006 阅读(2945) 评论(0) 推荐(1)

2007年7月11日

DotNetNuke 框架总揽

摘要: 我总觉的学一样东东,最好是先在总体上对他有一个认识,而后才能更好的学习,最近刚好有机会学习DotNetNuke这个东西,就把所学到的都写下来,与大家一起分享,有不对的地方,大家一起讨论,学习.He he.....费话小说,,,现在开始把: DotNetNuke(简称DNN)是一个免费、开源、可扩展的内容管理系统。可广泛应用于商务网站、企业内网(Intranet)和外网网站... 阅读全文

posted @ 2007-07-11 16:49 newr2006 阅读(1431) 评论(1) 推荐(1)

2007年7月10日

后台代码取不到前台Textbox的值

摘要: 如果在编程时,发现有些Textbox的Text属性值能取到,而有些Textbox的Text值却总是取不到,请把你的Textbox的ReadOnly属性去掉.改成Enable就行了.HEHE 阅读全文

posted @ 2007-07-10 19:00 newr2006 阅读(599) 评论(0) 推荐(0)

2007年7月9日

GridView 事件执行两次.

摘要: GridView RowDeleting事件 执行两次. 我们在写程序时,可能会碰到有些事件会执行两次,他们都说是MS的BUG,管他了,我们只需要找到解决的办法就行了:下面是一个方法,你只需要调他就行了: 1 private bool Ok2Delete(int passCount) 2 3 { 4 5 Session["delCount"] = Session["delCoun... 阅读全文

posted @ 2007-07-09 13:09 newr2006 阅读(419) 评论(0) 推荐(0)

2007年7月4日

庆祝今天加入cnblogs

摘要: DOTNETNUKE研究 阅读全文

posted @ 2007-07-04 18:06 newr2006 阅读(230) 评论(0) 推荐(0)

导航