protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            dt = all.showpagecontentP("homecontent");
            if (dt.Rows.Count > 0)
            {
                //lblwhoamiHead1.Text = dt.Rows[0]["heading1"].ToString();
                //lblwhoamiHead2.Text = dt.Rows[0]["heading2"].ToString();
                //lblwhoamidesc.Text = dt.Rows[0]["content"].ToString();
                //lblabouthome.Text = dt.Rows[0]["content"].ToString();
                lblhd1.Text = dt.Rows[0]["heading1"].ToString();
                lblhd2.Text = dt.Rows[0]["heading2"].ToString();
                lblhd3.Text = dt.Rows[0]["content"].ToString();
            }



            rptfeatures.DataSource = bind_features();
            rptfeatures.DataBind();

            Rptabotsrvc.DataSource = all.aboutservices();
            Rptabotsrvc.DataBind();

            rptrteam.DataSource = all.Team();
            rptrteam.DataBind();
            Rpttesti.DataSource = all.Testimonial();
            Rpttesti.DataBind();
            rptrprtnt.DataSource = all.prtner();
            rptrprtnt.DataBind();

            RptImage.DataSource = all.showpagecontentP("homecontentimg");
            RptImage.DataBind();
        }
    }
Пример #2
0
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            dt = all.showpagecontentP("AboutUs");
            if (dt.Rows.Count > 0)
            {
            }



            Rpttesti.DataSource = all.Testimonial();
            Rpttesti.DataBind();
        }
    }