if(blnOpenAsExcel)
{
    Imag1.Attributes.Add("SRC", "http://"+Request.Params["SERVER_NAME"]+Request.ApplicationPath+"/tempfiles/"+strName);
}
else
{
    Imag1.Attributes.Add("SRC", strFileName1);
}

相关文章:

  • 2022-02-27
  • 2021-09-06
  • 2021-07-25
  • 2021-09-20
  • 2022-02-16
  • 2022-02-06
  • 2021-12-18
  • 2021-06-22
猜你喜欢
  • 2021-08-15
  • 2022-01-17
  • 2022-02-21
  • 2021-11-26
  • 2021-09-04
  • 2021-11-30
  • 2021-11-18
相关资源
相似解决方案