示例#1
0
    public string getRowHTML(string a00201_key_, int row_, string option)
    {
        string    showdatasql = Fun.getShowDataSql(a00201_key_);
        DataTable dt_0        = Fun.getDtBySql(showdatasql + " AND 1 = 2");
        DataRow   dr          = dt_0.NewRow();

        dt_0.Rows.Add(dr);
        string rowhtml = Fun.getRowHtml(a00201_key_, dt_0.Rows[0], getA013010101(a00201_key_), "[ROW]", "1", "0", option);

        return(rowhtml);
    }