Ejemplo n.º 1
0
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!Page.IsPostBack)
        {
            U_TimeTypeBU.SetLiteralControl(this.timename, "");

            PubComm.SetTimeDays(tellday);
            this.time0.Attributes["onfocus"] = "javascript:setday(this);";
        }
    }
Ejemplo n.º 2
0
    protected void Page_Load(object sender, EventArgs e)
    {
        if (!Page.IsPostBack)
        {
            /*
             * U_ItemBU item1 = new U_ItemBU();
             * item1.ItemName = "资产时效";
             * item1.SetLiteralControl(timename, null);
             * item1.Close();*/

            U_TimeTypeBU.SetLiteralControl(this.timename, "");

            PubComm.SetTimeDays(tellday);
            this.SetPageData();
        }
    }