C# Class E_Handel.Site

Mostra file Open project: KodKnackarGanget/E-Handel

Protected Properties

Property Type Description
CartCountLabel global::System.Web.UI.WebControls.Label
CartDropDownTableHeader global::System.Web.UI.WebControls.TableHeaderRow
CartDropDownTableText global::System.Web.UI.WebControls.Label
CartLi global::System.Web.UI.HtmlControls.HtmlGenericControl
CartListTable global::System.Web.UI.WebControls.Table
CartPanel global::System.Web.UI.WebControls.Panel
CheckoutButton global::System.Web.UI.WebControls.Button
DataSourceCategories global::System.Web.UI.WebControls.SqlDataSource
MainFooter global::System.Web.UI.HtmlControls.HtmlGenericControl
PlaceholderHead global::System.Web.UI.WebControls.ContentPlaceHolder
PlaceholderMain global::System.Web.UI.WebControls.ContentPlaceHolder
SearchBox global::System.Web.UI.WebControls.TextBox
SearchButton global::System.Web.UI.WebControls.Button
categoryDropdownMenu global::System.Web.UI.HtmlControls.HtmlGenericControl
form global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

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

Private Methods

Method Description
GenerateCartContent ( ) : void
HideCartOnCheckout ( ) : void
MoveFooter ( ) : void
PopulateCategoryDropdown ( ) : void
RetrieveCartCount ( ) : void
TryRetrieveCartList ( ) : bool

Method Details

Page_Load() protected method

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

SendSearch_Click() protected method

protected SendSearch_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

CartCountLabel protected_oe property

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

CartDropDownTableHeader protected_oe property

CartDropDownTableHeader control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TableHeaderRow CartDropDownTableHeader
return global::System.Web.UI.WebControls.TableHeaderRow

CartDropDownTableText protected_oe property

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

CartLi protected_oe property

CartLi control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl CartLi
return global::System.Web.UI.HtmlControls.HtmlGenericControl

CartListTable protected_oe property

CartListTable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table CartListTable
return global::System.Web.UI.WebControls.Table

CartPanel protected_oe property

CartPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel CartPanel
return global::System.Web.UI.WebControls.Panel

CheckoutButton protected_oe property

CheckoutButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button CheckoutButton
return global::System.Web.UI.WebControls.Button

DataSourceCategories protected_oe property

DataSourceCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource DataSourceCategories
return global::System.Web.UI.WebControls.SqlDataSource

MainFooter protected_oe property

MainFooter control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl MainFooter
return global::System.Web.UI.HtmlControls.HtmlGenericControl

PlaceholderHead protected_oe property

PlaceholderHead control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder PlaceholderHead
return global::System.Web.UI.WebControls.ContentPlaceHolder

PlaceholderMain protected_oe property

PlaceholderMain control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder PlaceholderMain
return global::System.Web.UI.WebControls.ContentPlaceHolder

SearchBox protected_oe property

SearchBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox SearchBox
return global::System.Web.UI.WebControls.TextBox

SearchButton protected_oe property

SearchButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button SearchButton
return global::System.Web.UI.WebControls.Button

categoryDropdownMenu protected_oe property

categoryDropdownMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl categoryDropdownMenu
return global::System.Web.UI.HtmlControls.HtmlGenericControl

form protected_oe property

form control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form
return global::System.Web.UI.HtmlControls.HtmlForm