1 / 23

VS.NET 2003 IDE

VS.NET 2003 IDE. 開發 .net 專案程式. 設定開發環境. 搜尋範例檔案. VS.NET 起始畫面. VS.NET 起始畫面-線上資源. 線上資源一定要有網路. VS.NET 起始畫面-我的設定檔. 可以依習慣選擇環境. 下拉選單. 快速鈕. 物件瀏覽頁籤. 方 案 總 管. 工 具 箱. 屬 性 視 窗. VS.NET IDE. 透過設定 ( 檢視 ) 版面內容可以動態變化. VS.NET IDE. VS.NET IDE. VS.NET 工具-選項設定. 第一支 ASP.Net 程式.

karena
Download Presentation

VS.NET 2003 IDE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. VS.NET 2003 IDE

  2. 開發.net 專案程式 設定開發環境 搜尋範例檔案 VS.NET起始畫面

  3. VS.NET起始畫面-線上資源 線上資源一定要有網路

  4. VS.NET起始畫面-我的設定檔 可以依習慣選擇環境

  5. 下拉選單 快速鈕 物件瀏覽頁籤 方 案 總 管 工 具 箱 屬 性 視 窗 VS.NET IDE 透過設定(檢視) 版面內容可以動態變化

  6. VS.NET IDE

  7. VS.NET IDE

  8. VS.NET 工具-選項設定

  9. 第一支ASP.Net程式

  10. Response物件-輸出內容至瀏覽器 • 語法與ASP不同 • Response.write(“內容”) • Response.write(變數名稱) • Response.writefile(“檔案名稱”) • Response.redirect(“URL”) • Response.End • 緩衝區 Response.BufferOutput=True Response.Flush Response.Clear

  11. 使用VS.NET開發程式

  12. 使用VS.NET開發程式

  13. 使用VS.NET開發程式

  14. Directives 使用VS.NET開發程式 HTML Tag 負責顯示畫面 HTML編輯HTML Tag WebForm1.aspx 畫面

  15. Directives 使用VS.NET開發程式 HTML Tag 負責顯示畫面 傳統HTML表單 <form method=post action=處理程式> 表單內容 </form> ASP.NET表單 <form method=post runat=server> 表單內容 </form>

  16. 使用VS.NET開發程式 右鍵檢視程式碼 WebForm1.aspx.cs 程式碼 WebForm1.aspx 畫面 Code Behind

  17. 使用VS.NET開發程式

  18. 使用VS.NET開發程式 執行

  19. 使用VS.NET開發程式

  20. 使用VS.NET開發程式 編譯訊息視窗

  21. 使用VS.NET開發程式 VS.NET 進入執行模式

  22. 使用VS.NET開發程式 檔案全部儲存

  23. 檔案說明 • .csproj :專案起始檔 • .aspx:頁面檔案 • .aspx.cs:配合aspx頁面的程式檔案 • Global.ascx:設定檔案 • bin目錄:編譯後的中介檔案所在目錄 • Web References:使用到WebServices時

More Related