- How to: Display Ads From an XML File Using the AdRotator Web Server Control
Provides steps for displaying advertisement information from an XML file in the AdRotator control.
- How to: Display Ads From a Database Using the AdRotator Web Server Control
Provides steps for displaying advertisement information from a database in the AdRotator control.
- How to: Select Ads in an AdRotator Web Server Control Programmatically
Provides steps for displaying specific ads in the AdRotator control.
- How to: Add BulletedList Web Server Controls to a Web Forms Page
Provides steps for creating a BulletedList control using the Visual Web Developer designer.
- How to: Respond to User Clicks in BulletedList Web Server Controls
Provides steps for running code when users select an item in a BulletedList control.
- How to: Add Button Web Server Controls to a Web Forms Page
Provides steps for creating Button, LinkButton, and ImageButton controls using the Visual Web Developer designer.
- How to: Respond to Button Web Server Control Events
Provides steps for running code when users click a Button, LinkButton, or ImageButton control.
- How to: Determine Coordinates in an ImageButton Web Server Control
Provides steps for reading the x and y coordinates of where a user clicked in an ImageButton control.
- How to: Customize Calendar Web Server Control Appearance
Provides steps for changing the default look of the Calendar control.
- How to: Customize Individual Days in a Calendar Web Server Control
Provides steps for changing the default look of days in the Calendar control.
- How to: Format Calendar Web Server Control Elements Using Styles
Provides steps for setting the look of days, weeks, months, weekends and other elements in a Calendar control.
- How to: Control User Date Selection in a Calendar Web Server Control
Provides steps for enabling users to select single dates, weeks, or months in a Calendar control.
- How to: Control Month Navigation in a Calendar Web Server Control
Provides steps for enabling users to navigate from month to month using a Calendar control.
- How to: Respond to Date Selection in a Calendar Web Server Control
Provides steps for running code when users select a date in the Calendar control.
- How to: Read Selected Dates in the Calendar Web Server Control
Provides steps for reading the user's selection in a Calendar control.
- How to: Set Today's Date Programmatically in a Calendar Web Server Control
Provides steps for setting the current date in a Calendar control.
- How to: Select Dates Programmatically in a Calendar Web Server Control
Provides steps for making a date selection in code in a Calendar control.
- How to: Display Selected Dates from a Database in the Calendar Control
Provides steps for reading dates from a database and displaying them in a Calendar control.
- How to: Add CheckBox Web Server Controls to a Web Forms Page
Provides steps for creating a CheckBox control using the Visual Web Developer designer.
- How to: Get and Set a CheckBox Web Server Control Value Programmatically
Provides steps for reading and writing the selection in a CheckBox control.
- How to: Add CheckBoxList Web Server Controls to a Web Forms Page
Provides steps for creating a CheckBoxList control using the Visual Web Developer designer. You can use this control to display true/false choices from a database or other source.
- How to: Set Layout in a CheckBoxList Web Server Control
Provides steps for specifying whether a CheckBoxList control is displayed in rows or columns.
- How to: Respond to User Selection in a CheckBox Web Server Control
Provides steps for running code when users select an item in a CheckBoxList control.
- How to: Set Layout in a RadioButtonList Web Server Control
Provides steps for specifying whether a CheckBoxList control is displayed in rows or columns.
- How to: Add DropDownList Web Server Controls to a Web Forms Page
Provides steps for creating a DropDownList control using the Visual Web Developer designer.
- How to: Upload Files with the FileUpload Web Server Control
Provides steps for creating a FileUpload control using the Visual Web Developer designer. This control enables users to send files to the server from their computer.
- How to: Add HyperLink Web Server Controls to a Web Forms Page
Provides steps for creating a Hyperlink control using the Visual Web Developer designer.
- How to: Add Image Web Server Controls to a Web Forms Page
Provides steps for creating an Image control using the Visual Web Developer designer.
- How to: Add ImageButton Web Server Controls to a Web Forms Page
Provides steps for creating an ImageButton control using the Visual Web Developer designer.
- How to: Add ImageMap Web Server Controls to a Web Page
Provides steps for creating an ImageMap control using the Visual Web Developer designer.
- How to: Respond to User Clicks in ImageMap Web Server Controls
Provides steps for running code when users click a hot spot in an ImageMap control.
- How to: Add Label Web Server Controls to a Web Forms Page
Provides steps for creating a Label control using the Visual Web Developer designer.
- How to: Use Label Web Server Controls as Captions
Provides steps for associating a Label control with another control and using it as a caption with an optional shortcut key.
- How to: Add ListBox Web Server Controls to a Web Forms Page
Provides steps for creating a ListBox control using the Visual Web Developer designer.
- How to: Add Literal Web Server Controls to a Web Forms Page
Provides steps for creating a Literal control using the Visual Web Developer designer. This is a way to add static text to the page in code.
- How to: Add MultiView Web Server Controls to a Web Forms Page
Provides steps for creating MultiView and View controls using the Visual Web Developer designer.
- How to: Add Panel Controls to a Web Forms Page
Provides steps for creating a Panel control using the Visual Web Developer designer. You can use this control as the container for other controls.
- How to: Add PlaceHolder Web Server Controls to a Web Forms Page
Provides steps for creating a Placeholder control using the Visual Web Developer designer. You can use this control as the container for other controls.
- How to: Add RadioButton Web Server Controls to a Web Forms Page
Provides steps for creating a RadioButton control using the Visual Web Developer designer.
- How to: Respond to a User Selection in a RadioButton Web Server Control Group
Provides steps for running code when users click a RadioButton control.
- How to: Set and Get the Selection in a RadioButton Web Server Control
Provides steps for reading and writing the selection in a RadioButton control, whether singly or in a group.
- How to: Add RadioButtonList Web Server Controls to a Web Forms Page
Provides steps for creating a RadioButtonList control using the Visual Web Developer designer. You can use this control to display mutually exclusive choices from a database or other source.
- How to: Add Table Web Server Controls to a Web Forms Page
Provides steps for creating a Table control, which enables you to manage tables on the page in code.
- How to: Add Rows and Cells Dynamically to a Table Web Server Control
Provides steps for using code to create rows and cells in a Table control.
- How to: Set a TextBox Web Server Control for Password Entry
Provides steps for configuring a TextBox control to display text as stars or dots.
- How to: Specify Multiline Input for a TextBox Web Server Control
Provides steps for configuring a TextBox control to enable users to enter more than one line of text.
- How to: Get and Set Values in TextBox Web Server Controls
Provides steps for reading and writing the value in a TextBox control.
- How to: Respond to Changes in a TextBox Web Server Control
Provides steps for running code when users change text in a TextBox control.
- How to: Add XML Web Server Controls to a Web Forms Page
Provides steps for creating an Xml control using the Visual Web Developer designer. This control enables you to display an XML document on the page.
- How to: Load XML Data in the XML Web Server Control
Provides steps for configuring an Xml control to display an XML document or XML stream.
- How to: Transform XML Data in the XML Web Server Control
Provides steps for using a transformation with the Xml control to customize the display of XML data.
- How to: Add Items in List Web Server Controls
Provides steps for adding elements to a BulletedList, CheckBoxList, DropDownList, ListBox, or RadioButtonList control using the Visual Web Developer designer.
- How to: Set the Selection in List Web Server Controls
Provides steps for specifying the current item in a CheckBoxList, DropDownList, ListBox, or RadioButtonList control.
- How to: Determine the Selection in List Web Server Controls
Provides steps for using code to read the current element in a CheckBoxList, DropDownList, ListBox, or RadioButtonList control.
- How to: Respond to Changes in List Web Server Controls
Provides steps for running code when users select an item in a CheckBoxList, DropDownList, ListBox, or RadioButtonList control.
- How to: Populate List Web Server Controls from a Data Source
Provides steps for binding the BulletedList, CheckBoxList, DropDownList, ListBox, or RadioButtonList control to data in a database.