public string GetHomepageText() { objclsDALCommon = new clsDALCommon(); string strText = objclsDALCommon.GetHomepageText(); return(strText); }