91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

GridView 行綁定

發布時間:2020-10-10 11:35:27 來源:網絡 閱讀:351 作者:demon2012d 欄目:編程語言

<asp:TemplateField HeaderText="流程進度">

                    <ItemTemplate>

                        <asp:Label ID="lblFlow"runat="server"></asp:Label>

                    </ItemTemplate>

                </asp:TemplateField>

 

protected void gridList_RowDataBound(object sender, GridViewRowEventArgs e)

    {

        if(e.Row.RowType == DataControlRowType.DataRow)

        {

            DataRowView cutRow =(DataRowView)e.Row.DataItem;

            //對應值

            stringstrID = string.Empty;

            stringstrProjStatenm = string.Empty;

            try

            {

                strID = cutRow["id"].ToString();

                strProjStatenm =cutRow["proj_statenm"].ToString();

                Label xLabel =(Label)e.Row.FindControl("lblFlow");

                if (xLabel != null)

                {

                    if (strProjStatenm == "審批中")

                    {

                        string strSql = string.Format("select f_transidstepname({0}) from dual ",strID);

                        xLabel.Text= string.Format("審批中-{0}",OracleHelperImm.ExecuteScalar(strSql));

                    }

                    else

                    {

                        xLabel.Text= strProjStatenm;

                    }

                }

            }

            catch(System.ArgumentException ex)

            {

                //忽略 

 

            }

 

  }

}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

蒙阴县| 安陆市| 延边| 福清市| 大冶市| 华安县| 安徽省| 城步| 卢氏县| 万荣县| 蕲春县| 灵台县| 巴林右旗| 六枝特区| 安国市| 沁阳市| 旺苍县| 泾川县| 且末县| 黎城县| 克拉玛依市| 新建县| 都昌县| 剑阁县| 桐梓县| 邹平县| 西丰县| 军事| 大理市| 吉首市| 垣曲县| 金昌市| 吉木萨尔县| 积石山| 汝州市| 南通市| 景泰县| 中方县| 阿合奇县| 犍为县| 延长县|