Back to Home

Phoenix Controls Documentation

Phoenix controls allow our applications to be more dynamic and removes repetitive or hard coded values from the code behind aspx pages, reducing risk of bugs.

Table of Contents

PhoenixButton

The Button class is targeted with a custom PhoenixButton webcontrol class. It is used to disable a button while the page is loading.

PhoenixBoundField

The BoundField class is targeted with a custom PhoenixBoundField webcontrol class. Boolean properties are used in conjuction with a custom PhoenixGridView webcontrol class to trigger an event, depending on the condition

PhoenixGridView

The GridView class is targeted with a custom PhoenixGridView webcontrol class. It is used to override specific events.

OnDataBound Event

OnRowDataBound Event

PhoenixRadioButton

The RadioButton class is targeted with a custom PhoenixRadioButton webcontrol class.

Prevent a webpage from erroring out if a value is NULL or an EmptyString

PhoenixSqLDataSource

The SqlDataSource class is targeted with a custom PhoenixSqlDataSource webcontrol class.