中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

芜湖市| 池州市| 阿巴嘎旗| 福清市| 南平市| 梅州市| 贵南县| 城步| 澎湖县| 高邑县| 道真| 太康县| 永定县| 贵德县| 临邑县| 湄潭县| 白水县| 大同县| 容城县| 乌拉特前旗| 浦江县| 文成县| 襄汾县| 宜兰县| 阿坝| 基隆市| 宝应县| 铁力市| 射阳县| 治多县| 汨罗市| 锡林浩特市| 古交市| 台山市| 神池县| 常德市| 丰台区| 五华县| 循化| 宽城| 海林市|