Beispiel #1
0
        protected void Button1_Click(object sender, EventArgs e)
        {
            string ss = res;

            aboutSetting_Logic = new AboutSetting_Logic();
            string s = aboutSetting_Logic.Update_AboutUs(TextBox1.Text);
            // Response.Write("<script>alert('"+s+"')</script>");
        }
Beispiel #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         aboutSetting_Logic = new AboutSetting_Logic();
         TextBox1.Text      = aboutSetting_Logic.Get_AboutUs();
     }
 }