忘記密碼?

Blogs about: Net

酷網誌

70-562 Pass

gradyli wrote 1 week ago: 通過這一科,加上之前的70-536,算是拿到一張MCTS。 參考用書 Microsoft .NET Framework 3.5 ASP.NET Application Development http … more →

標籤: 70-562

ShowMessage on Client(ASP.NET)

kuanglian2000 wrote 1 month ago: protected void ShowMessage(string strMessage) { StringBuilder strScript = new StringBuilder(); strSc … more →

標籤: JavaScript, ASP.NET, example, javascript

DownLoad File From Asp.Net

kuanglian2000 wrote 1 month ago: …. if (file.Exists) { //Method-1 將檔案資料讀入Stream,這時檔案已經可以刪除了..之後再把檔案內容輸出即可 //Read File Content s … more →

標籤: ASP.NET, Download, filestream

TemplateField Add Number Format

kuanglian2000 wrote 1 month ago: 前端的寫法: <asp:templatefield> <itemtemplate> <asp:label id="Label1" runat="server" text= … more →

標籤: format, formview, GridView, number, TemplateField

Web 開啟PDF File

kuanglian2000 wrote 1 month ago: <a title="目錄說明及索引" target="_blank" href="/UserFiles/目錄說明及索引_new.pdf">目錄說明及索引(5MB)</a> … more →

標籤: HTML, pdf, Web, reader

Run ASP on Apache Server

kuanglian2000 wrote 1 month ago: If you want to use VBScript for ASP-Webpages, then download Chili!ASP from http://www.chilisoft.com … more →

標籤: Apache, ASP

VB.NET 數字格式化字串

kuanglian2000 wrote 1 month ago: FormatNumber(expression _ [, digits_after_decimal] _ [, include_leading_zero] _ [, use_parens_if_neg … more →

字串陣列轉換 vb & c#

kuanglian2000 wrote 1 month ago: Dim aryColumns(ColumnName.Keys.Count) As String ColumnName.Keys.CopyTo(aryColumns, 0) Dim ary As New … more →

20090915 UseUnsafeHeaderParsing

阿len wrote 2 months ago: 最近公司有個關於RFID的case 要把RFID機器讀到的值,取回來做處理 這台RIFD機器提供了許多通道與格式提供資料 架構的關係我們選擇了通過內部網路IP取得 用了 HttpWebRequest, … more →

標籤: 程式設計, C#, UseUnsafeHeaderParsing

How to Save Session In BasePage Class

kuanglian2000 wrote 2 months ago: 程式碼已驗證過,可以正常運作,沒有問題 Data From : http://forums.asp.net/p/1058366/1513099.aspx#1513099 using System;us … more →

標籤: CodeSnippet, BasePage, Class, Session, Save...

Creating or adding an attribute (xmlAttribute) on a node in c# with Visual Studio2005

kuanglian2000 wrote 2 months ago: //Add attribute id2 XmlDocument xDoc = new XmlDocument(); xDoc.Load (tmpFilename); foreach (XmlNode … more →

標籤: C#, xml, XMLATTRIBUTE

利用FileSteam 讀檔 , 回傳字串資料

kuanglian2000 wrote 3 months ago: //File Content Transfer to String private String LoadDecodedFile(String file) { String DecodedString … more →

標籤: ASP.NET, filestream, streamreader, String, IO

From DataSet To Html & Excel (方法一)

kuanglian2000 wrote 3 months ago: private int ExportExcel(string strCondition) { //Get Export Data ORDER_REQUEST objOR = new ORDER_REQ … more →

標籤: dataset, Excel, xml, XSLT

Excel File DownLoad From Server

kuanglian2000 wrote 3 months ago: protected void Page_Load(object sender, EventArgs e) { NameValueCollection coll=Request.QueryString; … more →

標籤: dataset, Excel, Download

jQuery呼叫ASP.NET Page Methods

gradyli wrote 6 months ago: 最近寫了一個簡單的Ajax程式,功能是使用者選了下拉式選單A, 依照A的值從後端資料庫帶出相對應下拉式選單B的值。 這裡是以學校的學院和系所的對應做為例子。 由於功能並不難,因此後端處理的程式碼並沒有 … more →

標籤: AJAX, ASP. NET, jQuery

jQuery和Visual Studio 2008的結合

gradyli wrote 6 months ago: 因為在程式中用到jQuery,進而發現Visual Studio 2008已經發佈Rich IntelliSense for jQuery, 原文請參考 http://blogs.msdn.com/w … more →

標籤: AJAX, ASP. NET, jQuery

ASP.NET使用Reporting Service -- Credential問題

gradyli wrote 6 months ago: 之前提到在.NET應用程式使用Reporting Service,程式中有用到ReportCredentials這個類別。 本篇文章將該類別補上。 為什麼在Webform使用ReportViewer需 … more →

標籤: ASP. NET, Reporting Service

ASP.NET Invalid postback or callback argument

gradyli wrote 6 months ago: 錯誤訊息: Invalid postback or callback argument. Event validation is enabled using in configuration or i … more →

標籤: ASP. NET

Windows 7 CPU佔用率

gradyli wrote 7 months ago: 使用Windows 7已經有一段時間,但最近在工作管理員發現CPU佔用率一直在25%左右。 從 工作管理員/處理程序 中並沒有發現那一支程式佔用這25%的資源。 一開始還以為是中毒,但掃描後就排除了這 … more →

標籤: Process Explorer, windows 7


Have your say. Start a blog.

See our free features →

相關標籤
全部 →

Follow this tag via RSS