LinkButton
Properties
Text
specifies the text displayed by the LinkButton
CommandName
passes a value to the Command event when the
LinkButton is clicked
CommandArgument
passes a value to the Command event when the
LinkButton is clicked
CausesValidation
allows interaction with client-side validation controls;
when False, validation does not occur
Visible
controls the visibility of the LinkButton
Events
Click
raised when the LinkButton is clicked and the form is
submitted to the server for processing
Command
raised when the LinkButton is clicked and the form is
submitted to the server for processing; values of the
CommandName and CommandArgument properties are
passed
ListBox
Properties
AutoPostBack
when True, automatically posts the form containing
the ListBox whenever an item is selected
DataMember
specifies the particular table within the data source to
which to bind
DataSource
represents the actual data source to use when binding
DataTextField
represents the field within the data source to use with
the ListBoxs text label
623
LinkButton

Get Build Your Own ASP.NET 2.0 Web Site Using C# & VB, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.