C# Класс BoxInformation.Search

Наследование: System.Web.UI.Page, IView
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
btnSearch global::System.Web.UI.WebControls.Button
dtlSearchResults global::System.Web.UI.WebControls.DataList
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblClientContact global::System.Web.UI.WebControls.Label
lblClientName global::System.Web.UI.WebControls.Label
lblClientNumber global::System.Web.UI.WebControls.Label
litAddRecord global::System.Web.UI.WebControls.Literal
lnkAddNew global::System.Web.UI.WebControls.HyperLink
txtClientContact global::System.Web.UI.WebControls.TextBox
txtClientName global::System.Web.UI.WebControls.TextBox
txtClientNumber global::System.Web.UI.WebControls.TextBox

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AddRecord_Click ( object sender, EventArgs e ) : void
Search_Click ( object sender, EventArgs e ) : void

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Описание методов

AddRecord_Click() публичный метод

public AddRecord_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Page_Load() защищенный метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Search_Click() публичный метод

public Search_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

btnSearch защищенное свойство

btnSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSearch
Результат global::System.Web.UI.WebControls.Button

dtlSearchResults защищенное свойство

dtlSearchResults control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataList dtlSearchResults
Результат global::System.Web.UI.WebControls.DataList

form1 защищенное свойство

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Результат global::System.Web.UI.HtmlControls.HtmlForm

lblClientContact защищенное свойство

lblClientContact control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblClientContact
Результат global::System.Web.UI.WebControls.Label

lblClientName защищенное свойство

lblClientName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblClientName
Результат global::System.Web.UI.WebControls.Label

lblClientNumber защищенное свойство

lblClientNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblClientNumber
Результат global::System.Web.UI.WebControls.Label

litAddRecord защищенное свойство

litAddRecord control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal litAddRecord
Результат global::System.Web.UI.WebControls.Literal

lnkAddNew защищенное свойство

lnkAddNew control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink lnkAddNew
Результат global::System.Web.UI.WebControls.HyperLink

txtClientContact защищенное свойство

txtClientContact control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtClientContact
Результат global::System.Web.UI.WebControls.TextBox

txtClientName защищенное свойство

txtClientName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtClientName
Результат global::System.Web.UI.WebControls.TextBox

txtClientNumber защищенное свойство

txtClientNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtClientNumber
Результат global::System.Web.UI.WebControls.TextBox