Exemple #1
0
        private void DataBind_Community()
        {
            CommunityPartnersProfile cp = new CommunityPartnersProfile();

            cp.GetcommunityPartnerProfile(Convert.ToInt32(Session["CPID"]));
            tbOrganizationName.Text = cp.OrganizationName;
            tbAddress.Text          = cp.Address;
            tbWebsite.Text          = cp.Website;
            tbMainPhone.Text        = cp.MainPhone;
            tbMissionStatement.Text = cp.MissionStatement;
            tbDescription.Text      = cp.WorkDescription;
        }