C# Class PetShop.UI.Controls.WishListControl

Afficher le fichier Open project: netTiers/netTiers

Protected Properties

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

Méthodes protégées

Méthode Description
CartItem_Command ( object sender, CommandEventArgs e ) : void

Handler for Delete/Move buttons

Page_PreRender ( object sender, EventArgs e ) : void

Handle Page load event

Private Methods

Méthode Description
BindCart ( ) : void

Bind repeater to Cart object in Profile

Method Details

CartItem_Command() protected méthode

Handler for Delete/Move buttons
protected CartItem_Command ( object sender, CommandEventArgs e ) : void
sender object
e CommandEventArgs
Résultat void

Page_PreRender() protected méthode

Handle Page load event
protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

lblMsg protected_oe property

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

repWishList protected_oe property

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