工具箱、標準索引標籤
這個索引標籤會顯示可以加入至 ASP.NET Web 網頁之 ASP.NET 伺服器控制項的清單, 在 [設計] 檢視和 [原始碼] 檢視中都可以使用這個索引標籤。
注意事項 |
---|
您也可以從 [工具箱] 的 [HTML] 索引標籤加入項目,然後將這些項目轉換成控制項,以在您的 Web Form 網頁上建立 HTML 伺服器控制項。如需有關這些控制項之間的差別,請參閱 ASP.NET 伺服器控制項簡介。 |
若要存取工具箱中的標準索引標籤
在 Microsoft Visual Web Developer 中,按一下 [檢視],然後按一下 [工具箱]。
或者,也可以按 CTRL+ALT+X。
在工具箱,按一下旁邊的箭號符號 (>) 標準功能表項目。
這會展開標準工具清單。
[工具箱] 依預設會顯示在 [Visual Web Developer] 視窗的左邊,不過拖曳其標題列便可移至其他位置。
若要將工具箱還原至其原始位置
標題列上按一下滑鼠右鍵,然後選取碼頭。
這會讓 [工具箱] 成為 Visual Web Developer 設計介面的一部分。
按一下標題列,然後開始拖曳以便顯示目的箭號。
拖曳標題列,使滑鼠位在指向左方的目的箭號上方,然後釋放滑鼠按鈕。
如需使用 [工具箱] 之 [標準] 索引標籤中的可用伺服器控制項之詳細資訊,請參閱Standard Toolbox Controls。
工作
How to: Add BulletedList Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add CheckBox Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add CheckBoxList Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add DropDownList Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add HyperLink Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add Image Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add ImageMap Web Server Controls to a Web Page (Visual Studio)
How to: Add Items in List Web Server Controls (Visual Studio)
How to: Add Label Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add ListBox Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add Literal Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add Localize Web Server Controls to ASP.NET Web Pages
How to: Add MultiView Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add PlaceHolder Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add RadioButton Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add RadioButtonList Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add Repeater Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add Table Web Server Controls to a Web Forms Page (Visual Studio)
How to: Add Web Server Controls to a Web Forms Page Using the Web Forms Designer
How to: Add XML Web Server Controls to a Web Forms Page (Visual Studio)
How to: Format Calendar Web Server Control Elements Using Styles
How to: Populate List Web Server Controls from a Data Source (Visual Studio)
How to: Respond to User Clicks in BulletedList Web Server Controls (Visual Studio)
How to: Set the Selection in List Web Server Controls (Visual Studio)
How to: Use Resources to Set Property Values in Web Server Controls (Visual Studio)
Walkthrough: Displaying and Tracking Advertisements with the AdRotator Control
UI 項目
AdRotator
顯示影像的順序 (預先定義或隨機)。BulletedList
顯示繫結至資料來源的項目符號清單 (或類似的變數)。Button
將 Web Form 網頁送到伺服器以進行處理。Calendar
顯示月曆,讓使用者選取日期。CheckBox
顯示使用者可以選取或清除的單一方塊。CheckBoxList
建立核取方塊群組。 此清單控制項讓使用資料繫結來建立核取方塊變得很容易。DropDownList
允許使用者從清單選取或輸入文字。FileUpload
建立具有文字方塊和按鈕的控制項,其可用來指定要從本機電腦上載至伺服器的檔案,而且可以使用伺服端程式碼來進行程式設計。HiddenField
建立可以使用伺服端程式碼來進行程式設計的 HTML <input type=hidden> 項目。HyperLink
建立 Web 巡覽連結。Image
顯示影像。ImageButton
和 Button 控制項一樣,但是採用影像而非文字。ImageMap
顯示公開 (Expose) 使用者可以按下之區域的影像。Label
顯示使用者無法直接編輯的文字。LinkButton
和 Button 控制項一樣,但是外觀為超連結 (Hyperlink)。ListBox
顯示選項清單。 此清單可選擇性地允許多重選取。常值
呈現為常值文字 (無 HTML 標記),提供一種從伺服端程式碼將文字放入網頁中的輕量方式。Localize
可讓您在網頁上的特定區域中顯示當地語系化的文字。Panel
建立表單的無框線區塊,做為其他控制項的容器 (Container)。PlaceHolder
提供儲存動態加入至 Web 網頁之伺服器控制項的容器。 它不會產生任何可見的輸出,只用來做為 Web 網頁上其他控制項的容器。RadioButton
顯示可以選取或清除的單一按鈕。RadioButtonList
建立選項按鈕群組。 在群組內部,一次只能選取一個按鈕。替代
包含可更新的快取內容。表格
建立資料表來做為伺服器控制項。 您可以在伺服器程式碼中加入資料列和資料行。注意事項 如果您想要將表格用於版面配置,請使用 HTML 表格,而非 Table 伺服器控制項。如需詳細資訊,請參閱 HTML Table Editing in Visual Studio。
TextBox
顯示設計階段時輸入的文字,能讓使用者在執行階段時編輯,或者利用程式設計加以變更。精靈
顯示讓使用者逐步執行某個程序的多窗格控制項。XML
顯示 XML 檔或資料流的資訊,並讓您選擇性套用 XSLT 轉換。