Example #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Common about = new Common();
      string info=   about.GetAboutUS();
      aboutus.InnerText = info;
 }