<asp:gridview >
    <columns>
        <asp:templatefield headertext="所属系统">
            <itemtemplate>
                <asp:label ).ToString()) %>'></asp:label>
            </itemtemplate>
        </asp:templatefield>
        <asp:templatefield headertext="问题">
            <itemtemplate>
                <asp:hyperlink ) %>'></asp:hyperlink>
            </itemtemplate>
        </asp:templatefield> 
    </columns>
</asp:gridview>

protected string MyChange(string strPID)
{
    string strTemp = strPID.Substring(0, 1);
    if (strTemp == "1")
    {
        return "一级建造师";
    }
    else
    {
        return "二级建造师";
    }
}

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2021-12-03
  • 2021-07-15
  • 2023-03-15
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
猜你喜欢
  • 2022-03-07
  • 2021-06-06
  • 2021-06-06
  • 2021-06-16
  • 2022-02-09
  • 2021-08-28
  • 2021-09-20
相关资源
相似解决方案