C# Class PetShop.UI.Controls.NavigationControl

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
rePCategories global::System.Web.UI.WebControls.Repeater

Méthodes protégées

Méthode Description
GetControlStyle ( ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
BindCategories ( ) : void
SelectCategory ( string categoryId ) : void

Method Details

GetControlStyle() protected méthode

protected GetControlStyle ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

rePCategories protected_oe property

rePCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rePCategories
Résultat global::System.Web.UI.WebControls.Repeater