Exemple #1
0
        /// <summary>
        /// Handles the SelectedIndexChanged event of the rblCreateConnectionRequests control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
        protected void rblCreateConnectionRequests_SelectedIndexChanged(object sender, EventArgs e)
        {
            RadioButtonList rblCreateConnectionRequests = ( RadioButtonList )sender;

            ShowHideDailyLimit(rblCreateConnectionRequests.SelectedValueAsEnumOrNull <CreateConnectionRequestOptions>());
        }