C# Class PetShop.UI.Search

Inheritance: System.Web.UI.Page
Exibir arquivo Open project: netTiers/netTiers

Protected Properties

Property Type Description
SearchControl1 global::PetShop.UI.Controls.SearchControl

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

SearchControl1 protected_oe property

SearchControl1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::PetShop.UI.Controls.SearchControl SearchControl1
return global::PetShop.UI.Controls.SearchControl