protected void Page_Load(object sender, EventArgs e) { try { AspxStartUpController ctl = new AspxStartUpController(); UserFullName = ctl.GetFullName(GetPortalID, GetUsername); } catch (Exception ex) { ProcessException(ex); } }
protected void Page_Load(object sender, EventArgs e) { try { IncludeCss("ReferAFriend", "/Modules/AspxCommerce/AspxReferToFriend/css/module.css"); AspxStartUpController ctl = new AspxStartUpController(); UserFullName = ctl.GetFullName(GetPortalID, GetUsername); } catch (Exception ex) { ProcessException(ex); } }