AspnetSample.views.registration.index.OnSave C# (CSharp) Method

OnSave() public method

public OnSave ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void
		public void OnSave(object sender, EventArgs args)
		{
			// Validation
			// Work work work...
			// Ok, proceed

			//_controller.Send( "Save" );
		}
	}