05 2006 档案
Create a AJAX enabled WebPart for SharePoint2007 by using ASP.NET 2.0 client callback feature
摘要: I tried to integrate Atlas into WebPart a couple of days ago but failed. Atlas is a great AJAX framework from Microsoft, but it isn't compatible with SharePoint 2007 for now, what a pity. But your cus...
阅读全文
posted @
2006-05-26 15:14 fengzhimei 阅读(3054) |
评论 (4) 编辑
Code view is missing in SharePoint Designer Beta 2 when you try to edit a WSS v3 site.
摘要: When you open up SharePoint Designer Beta 2 and try to edit a site, you will find that the code view is not there as usual even though you have full permissions of this site.By default, SharePoint Des...
阅读全文
posted @
2006-05-24 13:24 fengzhimei 阅读(715) |
评论 (0) 编辑
MOSS2007(Beta) SDK is online.
摘要: It's very excited to know that Microsoft Office SharePoint Server 2007(Beta) SDK is available. You can get the downloadable version or just browse it online on MSDN.Install version: SharePoint Server ...
阅读全文
posted @
2006-05-24 11:06 fengzhimei 阅读(673) |
评论 (0) 编辑
.Net Framework v2.0 built-in tools
摘要: You can find all these tools in the following table under \SDK\v2.0\Bin directory. You'd better run sdkvars.bat in the directory first to make these tools work properly. Tool Description ASP.NET IIS R...
阅读全文
posted @
2006-05-23 14:14 fengzhimei 阅读(1204) |
评论 (0) 编辑
StringBuilder in Javascript
摘要: functionStringBuilder(){this.buffer=newArray();}StringBuilder.prototype.Append=functionAppend(string){if((string==null)||(typeof(string)=='undefined'))return;if((typeof(string)=='string')&&(st...
阅读全文
posted @
2006-05-16 23:39 fengzhimei 阅读(572) |
评论 (1) 编辑
Remove duplicate rows from a table
摘要: Here is thething, if we have a table with the following structure, there are thousands of records in this table, and probably some of which is duplicated.Now weneed todelete those duplications by a sq...
阅读全文
posted @
2006-05-12 15:28 fengzhimei 阅读(488) |
评论 (0) 编辑