Property | Type | Description | |
---|---|---|---|
Condition | global::System.Web.UI.WebControls.Label | ||
ConditionImage | global::System.Web.UI.WebControls.Image | ||
Humidity | global::System.Web.UI.WebControls.Label | ||
Panel1 | global::System.Web.UI.WebControls.Panel | ||
TempF | global::System.Web.UI.WebControls.Label | ||
Wind | global::System.Web.UI.WebControls.Label |
Method | Description | |
---|---|---|
GetCurrentConditions ( string location ) : bool |
Get weather information base on location
|
Method | Description | |
---|---|---|
Page_Load ( object sender, |
public GetCurrentConditions ( string location ) : bool | ||
location | string | The location |
return | bool |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
protected global::System.Web.UI.WebControls.Label Condition | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Image ConditionImage | ||
return | global::System.Web.UI.WebControls.Image |
protected global::System.Web.UI.WebControls.Label Humidity | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Panel Panel1 | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Label TempF | ||
return | global::System.Web.UI.WebControls.Label |