BPM链接处理

image

image

合同信息表:

void Page_Load(object sender, EventArgs e) {
    if (!String.IsNullOrEmpty(Request.QueryString["pk_ct"]) )
           {
               this.XTextBox1.Text = Request.QueryString["pk_ct"];
           }
   }

image

image

image

image

表头查询用下拉 ,表体查询用table

原文地址:https://www.cnblogs.com/passerlee/p/6385381.html