C# Class ActivEarth.Account.Profile

This class represent the User Profile
Inheritance: System.Web.UI.Page
Mostra file Open project: mlcamilli/ActivEarth

Protected Methods

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

Load the page

Method Details

Page_Load() protected method

Load the page
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e System.EventArgs The event arguments.
return void