zoukankan      html  css  js  c++  java
  • Atlas_UpdatePanel无刷新触发后台

    前台HTML代码
    using System;
    using System.Data;
    using System.Configuration;
    using System.Collections;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using System.Web.UI.HtmlControls;

    public partial class Atlas_UpdatePanel : System.Web.UI.Page
    {
        
    protected void Page_Load(object sender, EventArgs e)
        
    {

        }

        
    protected void selWeekday_SelectedIndexChanged(object sender, EventArgs e)
        
    {
            
    this.TextBox1.Text = this.selWeekday.SelectedItem.Text;
        }

        
    protected void btnSubmit_Click(object sender, EventArgs e)
        
    {
            
    this.Label1.Text = this.txtNormal.Text;
        }

    }

  • 相关阅读:
    设计模式-中介者模式
    设计模式-中介者模式
    设计模式-职责链模式
    设计模式-职责链模式
    设计模式-命令模式
    设计模式-命令模式
    设计模式-桥接模式
    模乘逆元与孙子定理
    网贷野蛮生长加速 超百亿平台频频涌现
    获乐视千万投资 电桩“傍上大款”
  • 原文地址:https://www.cnblogs.com/ding0910/p/430441.html
Copyright © 2011-2022 走看看