protected void ShowMessage(string strMessage) { StringBuilder strScript = new StringBuilder(); strScript.Append(“<script language=’javascript’> “); strScript.Append(… 更多 →
MyNewBlogkuanglian2000 wrote 1 month ago: protected void ShowMessage(string strMessage) { StringBuilder strScript = new StringBuilder(); strSc … more →
kuanglian2000 wrote 1 month ago: public bool CheckIsNumber(string val) { Regex reNum = new Regex(@”^\d+$”); bool isNumeri … more →
kuanglian2000 wrote 1 month ago: …. if (file.Exists) { //Method-1 將檔案資料讀入Stream,這時檔案已經可以刪除了..之後再把檔案內容輸出即可 //Read File Content s … more →
kuanglian2000 wrote 4 months ago: //File Content Transfer to String private String LoadDecodedFile(String file) { String DecodedString … more →
席安 wrote 9 months ago: 老實說,從小3開始學網頁設計到現在也一段時間有了(那真是個懵懂樸實的年代),不敢說我學會多少,但是基本的設計應該也學得差不多,不知道過了多久,漸漸的迷上了所謂的”線上遊戲”,漸 … more →
ziwei888 wrote 1 year ago: parameters.add 與 parameters.addwithvalue 的差別 1. 參數不同 ex: command.parameters.add(“@Ca … more →
ziwei888 wrote 1 year ago: 方法一: 首先:先把資料庫中的資料表開好,假設作了一個資料表名為’employee’,裡面有個欄位為’持有證照’,則可以設立一個CheckBoxList … more →
ziwei888 wrote 1 year ago: c#與vb.net都是NET開發的前端語言工具,在.net推出以後,很多的書籍都推出了C#或vb.net為範例基礎的介紹,不過兩者其實相當多地方類似,因此只要能掌握其中的不同,基本上要同時學習兩種語言 … more →
ziwei888 wrote 1 year ago: <web.config的常見錯誤> 組態錯誤 描述: 處理服務此要求所需的組態檔時發生錯誤。請檢視下列的特定錯誤詳細資訊,並適當修改您的組態檔。 剖析器錯誤訊息: 在應用程式層級之外使用註 … more →
ziwei888 wrote 1 year ago: 無法存取 IIS Metabase。 <solution> 執行Visual Studio 2005所開發的網站程式時,若出現上列錯誤訊息,可在Visual Studio Tools … more →
ziwei888 wrote 1 year ago: Asp.net2.0 實現DropDownList 的兩級聯動作法 … more →
kuanglian2000 wrote 1 year ago: Dim frame1 As New HtmlControls.HtmlGenericControl frame1.TagName = “iframe” frame1.ID = … more →
lansea wrote 1 year ago: 本篇文章已經轉移到 http://blog.lansea-chu.com/index.php/archives/52 請點到新的部落格去觀看 … more →
kuanglian2000 wrote 1 year ago: Dim dsUserName As DataSet = spuErp.FillDataset(“tblAuthUser”) ‘增加 GroupID/UserID , … more →
kuanglian2000 wrote 1 year ago: 傳入123時,則回傳 |120|258|269|121|124|123. 使用時,才會利用Split(),拆成字串矩陣 123 120 121 258 … more →
Andrew Chang wrote 2 years ago: current stable http://go-mono.com/sources-stable/ http://www.xiaojb.com/archives/it/mono.shtml http: … more →