CommandField.ShowSelectButton Property
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_ShowSelectButton () /** @property */ public void set_ShowSelectButton (boolean value)
public function get ShowSelectButton () : boolean public function set ShowSelectButton (value : boolean)
Property Value
true to display a Select button in a CommandField; otherwise, false. The default is false.Use the ShowSelectButton property to specify whether a Select button is displayed in a CommandField field for each record in the data-source control. The Select button allows the user to select a row in the data-source control. When the Select button for a record is clicked, the data-source control responds accordingly. For example, a GridView control updates the SelectedDataKey, SelectedIndex, SelectedRow, and SelectedValue properties to values corresponding to the selected row. The SelectedRowStyle style is then applied to the selected row and the SelectedIndexChanged and SelectedIndexChanging events are raised.
When the ButtonType property of a CommandField field is set to ButtonType.Button or ButtonType.Link, use the SelectText property to specify the text to display for a Select button. Alternatively, you can display an image by first setting the ButtonType property to ButtonType.Image and then setting the SelectImageUrl property.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
CommandField ClassCommandField Members
System.Web.UI.WebControls Namespace
CommandField.SelectImageUrl Property
CommandField.SelectText Property
CommandField.ShowCancelButton Property
CommandField.ShowDeleteButton Property
CommandField.ShowEditButton Property
CommandField.ShowInsertButton Property