Bat 本機備份到異機上
本機是192.168.1.1 備份到192.168.1.123跟1.100
在從使用中的複製到這邊來,修改過程可能會一些小錯誤,使用前要測試一下
測試文字功能,小工具,標題
記錄很重要,不然會浪費很多時間在找以前的記憶
一個人的氣度,決定他未來的高度。
2015年3月5日 星期四
2015年3月4日 星期三
ASP.NET FindControl 使用記錄
有使用母版Master
Control mycontrol = this.Master.FindControl("ContentPlaceHolder1").FindControl("ckb7");
Control mycontrol = this.Master.FindControl("ContentPlaceHolder1").FindControl("ckb7");
2015年3月2日 星期一
2015年2月26日 星期四
ASP.NET TreeView 使用記錄
<asp:TreeView ID="TreeView1" runat="server" ShowCheckBoxes="All" ShowLines="True">
</asp:TreeView>
// ShowCheckBoxes="All" //會有CheckBoxes
// ShowLines="True" // 會有虛線跑出來
</asp:TreeView>
// ShowCheckBoxes="All" //會有CheckBoxes
// ShowLines="True" // 會有虛線跑出來
ADO.NET DataDirectory
// String strConn = @"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True";
訂閱:
文章 (Atom)