C# Class ProjectNinja.VersionedCode.EditEventPage1

显示文件 Open project: pccsei15/ninja

Protected Properties

Property Type Description
eventLocation global::System.Web.UI.HtmlControls.HtmlInputText
eventName global::System.Web.UI.HtmlControls.HtmlInputText
hdnEventID global::System.Web.UI.HtmlControls.HtmlInputHidden

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 EventArgs
return void

Property Details

eventLocation protected_oe property

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

eventName protected_oe property

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

hdnEventID protected_oe property

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