<script src="/Scripts/jQuery-1.2.6.js" type="text/javascript"></script>

<%-- jQuery.cookie.js在這裡下載

 http://plugins.jquery.com/project/cookie--%>

welkingunther 發表在 痞客邦 留言(0) 人氣()

//以下這樣就會在你的電腦存一個叫做welkingunther.sol的檔案
(如果電腦沒有的話到時會自動創造,有的話就只是指過去)
var my_SOB:SharedObject= SharedObject.getLocal(“welkingunther”);

welkingunther 發表在 痞客邦 留言(0) 人氣()

DIV用CSS作,Flash用JavaScript來作

 

第一種方法用CSS來讓包住DIV的所有標籤設為高100%就可(只設定DIV的話是沒用的)

welkingunther 發表在 痞客邦 留言(0) 人氣()

這作者原本是用C++寫的

後來被改成多個版本

FlashAS3也有

welkingunther 發表在 痞客邦 留言(0) 人氣()

一般都是直接用某個Connection去建立連接
像是SqlConnection或是OleDbConnection..等等
但另外有個通用法,只要改Provider就可改連接的方法

welkingunther 發表在 痞客邦 留言(0) 人氣()

//把目前選到的值存起來
String CurrentCellValue;
CurrentCellValue = myDataGridView.CurrentCell.Value.ToString();

welkingunther 發表在 痞客邦 留言(0) 人氣()

XmlReader myReader;
myReader = XmlReader.Create(XmlStream);

welkingunther 發表在 痞客邦 留言(0) 人氣()

這是利用透明度

假設現在要做淡入,也就是從沒有到有

有一個標籤

welkingunther 發表在 痞客邦 留言(0) 人氣()


DataTable也可以接事件阿

RowState有好幾種狀態

welkingunther 發表在 痞客邦 留言(0) 人氣()

一直沒發現,每次做Fill時就停在那

原來有事件可以監測一筆一筆的Row阿=.=

另外要用CommandBuilder的話Select敘述裡面的欄位要包含PrimaryKey或是UniqueKey

welkingunther 發表在 痞客邦 留言(0) 人氣()