安裝Expression Studio 3 的試用版本後準備進行相應的學習.運行BLEND3後建立了Silverlight程式後,在介面設計模式下托拽進去的圖片只顯示一個圖片的框,卻無法顯示相應的圖片,我安裝的是WINDOWS7作業系統,開始懷疑是作業系統的原因。於是在虛擬機器中裝了XP再裝上Expression
http://timheuer.com/blog/archive/2009/03/21/slidentity-silverlight-sample-application.aspxSilverLight3的樣本程式,大家去下個嘗鮮吧:)One of the great things about the Silverlight team is that usually in the home stretch most of the feature samples of numerous
如何使用代碼動態設定水晶報表中的文本,欄位等對象呢?//VB首先,你必須要聲明一個OBJECT變數(eg. TextObject, FieldObject, ......),當然不是一般的對象,而是: Dim xObject As CrystalDecisions.CrystalReports.Engine.FieldObject(欄位) Dim xObject As CrystalDecisions.CrystalReports.Engine.TextObject(文本) Dim
SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE PROCEDURE [dbo].[DelDataTable]ASBEGIN DECLARE @tablename VARCHAR(80) DECLARE @cSql VARCHAR(8000) SET @cSql = '' DECLARE cur_authors cursor for SELECT [name] from sysobjects where [name] like 'T%'
轉(http://www.cnblogs.com/jianyi0115/archive/2008/04/11/1148827.html)用代碼調用MOSS的SSP擷取UserProfile時,代碼只能運行於MOSS網站下,或者是WinForm中,否則,會出錯,這個問題如何解決呢?代碼如下:SPSite site = new SPSite("http://ssjin073:9031"); //擷取上下文環境 ServerContext context =
public class Node<T> { public T Data { get; set; } public Node<T> Next { get; set; } public void Append(Node<T> node) { if (this.Next == null) { this.Next =
學習了TerryLee提供地“一步一步學Silverlight 2系列”後,自已也做了一個DEMO。在此也感謝TerryLee所提供地Silverlight教程。 但我的例子中,在每次頁面重新載入時,都會出現“Sys.InvalidOperationException: ImageError error #4001 in control 'Xaml1': AG_E_NETWORK_ERROR”
CAML文法-Query寫法1.Geq(>=) The Geq element is an arithmetic operator that means "greater than or equal to." It can be used within a Where element in a view definition.<Query> <Where> <Or> <IsNull>