从页A传递参数到B页, 用LCName.Text = Request["CName"].ToString();读取,发现最后一个中文字会被去掉或变成“?”号。  

研究后解决方法如下:
 LinkBntEdit.PostBackUrl = string.Format("LimitManager.aspx?CName={0} ",Server.UrlEncode( e.Row.Cells[4].Text.Trim()  );

相关文章:

  • 2021-11-28
  • 2021-07-11
  • 2021-12-10
  • 2022-12-23
  • 2021-05-18
  • 2022-02-25
猜你喜欢
  • 2022-12-23
  • 2021-11-13
  • 2021-12-04
  • 2021-07-19
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案