In ASPX.CS

System.Web.UI.HtmlControls.HtmlImage IMG  = (System.Web.UI.HtmlControls.HtmlImage)Page.FindControl("IMG1");
    IMG.Attributes.Add("src", "image/TopPic1.gif");

In ASPX

<img src="image/TopPic.gif" border="0" runat="server" width="630" height="79" usemap="#Navigation"
      >

相关文章:

  • 2021-12-01
  • 2021-05-25
  • 2021-07-22
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
猜你喜欢
  • 2021-06-07
  • 2022-12-23
  • 2022-01-26
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2021-08-23
相关资源
相似解决方案