2008年7月2日

SQL error code 17113 解决方法

摘要: Log Name: Application Source: MSSQLSERVER Date: 2008/7/2 10:07:49 Event ID: 17053 Task Category: (2) Level: Error Keywords: Classic User: N/A Computer: ... 阅读全文

posted @ 2008-07-02 10:34 newr2006 阅读(5070) 评论(0) 推荐(0) 编辑

2008年6月30日

连接字符串

摘要: 1.asp 连接字符串 SQL2005: Const cnnString = "Provider=SQLNCLI;Server=.;Database=master;Uid=sa;Pwd=hehe;" SQL2000: Const cnnString = "Provider=SQLOLEDB.1;Password=hehe;Persist Security Info=True;User ID=... 阅读全文

posted @ 2008-06-30 11:36 newr2006 阅读(295) 评论(0) 推荐(0) 编辑

2008年6月11日

ASp.net 的一些技巧

摘要: 1.input 与Button 的技巧 ' onclick="window.location='categories.aspx'" /> " Visible="false" ID="btnProductGroups" OnClientClick="window.location=prod... 阅读全文

posted @ 2008-06-11 10:08 newr2006 阅读(124) 评论(0) 推荐(0) 编辑

2008年5月8日

注册alert()脚本

摘要: 一.RegisterClientScriptBlock 三种用法 string strJS = ""; 1 . Page.RegisterClientScriptBlock("ajs", strJS); 2 .Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "ajs", str... 阅读全文

posted @ 2008-05-08 13:18 newr2006 阅读(359) 评论(0) 推荐(0) 编辑

2008年4月30日

dashCommerce 研究所得(1)

摘要: 有一个Usercontrol,ProductCategories中有一个精典的DataSet递归程序: 1 int catLevel = 0; 2 private void BuildCategoryList(DataSet ds) 3 { 4 5 ds.Relations.Add("NodeRelation", ds.Tables[0].Columns["... 阅读全文

posted @ 2008-04-30 10:46 newr2006 阅读(755) 评论(1) 推荐(0) 编辑

2008年4月23日

ASP.NET 2.0 FileUpload control avi 中文 错误- cannot upload more than 4MB by default

摘要: http://sgdotnet.org/blogs/chuawenching/archive/2006/04/25/25995.aspx "To do so, you need to change the default file size in machine.config.comments file for maxRequestLength of httpRuntime tag. Thi... 阅读全文

posted @ 2008-04-23 16:59 newr2006 阅读(227) 评论(0) 推荐(0) 编辑

ImageButton的图片变换的效果

摘要: 方法一: javascript function mouseOver(id){ alert(document.getElementById(id).src); document.getElementById(id).src='images/navigation/3_08.png'; } 方法二:C#样式的改变... 阅读全文

posted @ 2008-04-23 12:52 newr2006 阅读(2574) 评论(0) 推荐(0) 编辑

2008年3月25日

SP 分页

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1set ANSI_NULLS ON 2set QUOTED_IDENTIFIER ON 3go 4 5 6 7ALTER PROCEDURE [dbo].[GetPageCoun... 阅读全文

posted @ 2008-03-25 20:47 newr2006 阅读(254) 评论(0) 推荐(0) 编辑

2008年3月14日

Repeater javascritpt checkitem

摘要: ... 阅读全文

posted @ 2008-03-14 16:11 newr2006 阅读(174) 评论(0) 推荐(0) 编辑

2008年3月13日

repeater 显示 隐藏 相关字段

摘要: 方法1: "> td不知道有没有visible属性。应该有一个是否显示的属性。 .cs 在后代码里定义一个函数 public string ISshow(string t1) { if(t1==""要不就是null){ return false;} else { return true;} } 方法2: ' /> 阅读全文

posted @ 2008-03-13 16:06 newr2006 阅读(239) 评论(0) 推荐(0) 编辑

导航