void bindgvMonitorResultThree(string rTwoResult)
    {
        //if (string.IsNullOrEmpty(rTwoResult))
        //{
        //    return;string rTwoResult
        //}
        List<FTMoniterResultThree> list = FTMoniterResultThree.QueryMonitorResultTreeCondition(rTwoResult);
        //List<TEMoniterResultThree> list = TEMoniterResultThree.QueryMonitorResultTreeAll();
        gvMonitorResultThree.DataSource = list;
        gvMonitorResultThree.DataBind();
        UpdatePanel1.Update();
    }    lblserialNumber.Attributes.Add("onclick", "*****");
******中怎么调用bindGridViewLoad(rTwoGUID);这个方法