C# Class Geolocation.Example.Default

Show file Open project: scottschluer/geolocation

Protected Properties

Property Type Description
Radius global::System.Web.UI.WebControls.DropDownList
btnSearch global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
gvLocations global::System.Web.UI.WebControls.GridView

Protected Methods

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

Method Details

Page_Load() protected method

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

btnSearch_Click() protected method

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

Property Details

Radius protected property

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

btnSearch protected property

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
return global::System.Web.UI.WebControls.Button

form1 protected property

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
return global::System.Web.UI.HtmlControls.HtmlForm

gvLocations protected property

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