Net.MemberDetails
Class to read and write member details.

Access: Public
Base Classes:
Object
  Members Description  
  m_Session  
  m_sMemberID  
  m_sName  
  m_sEmail  
  m_sState  
  m_sCountry  
  MemberDetails Constructor and save a pointer to the session object. Session object.

 
  Read Read the member details if they exist and populate them into the Session state variables. Request object. Response object.

 
  ProcessEditMember Read the form and put the new data intom the Members database. NOTE: Email address must not be empty Request, used to get form data Error string or "" if all went well.

 
Remarks:
This is the object that is created when the visitor first arrives and is passed arround as the (MemberDetails)Session["Member"].