C#按钮替换图片

发布时间:2020-07-29 12:31:04 作者:lybshadow
来源:网络 阅读:1217

前台代码:


    <title></title>

  <script type="text/javascript"> 


function showImg() {


    document.getElementById('img').setAttribute("src", "p_w_picpaths/图片1.png"); 

</script>

    <style type="text/css">

        .style1

        {

            width: 256px;

            height: 256px;

        }

    </style>

</head>

<body>

    <form id="form1" runat="server">

    <div>

    

        <asp:ImageButton ID="ImageButton1" runat="server" Height="48px" 

            ImageUrl="~/SystemManagement/p_w_picpaths/login_form_17.jpg" 

            Width="171px" />

      

        <img  id ="img"  class="style1" src="p_w_picpaths/图片3.png" /></div>

    </form>

</body>

</html>


后台调用:

protected void Page_Load(object sender, EventArgs e)

    {


    }

    protected void ImageButton1_Click(object sender, ImageClickEventArgs e)

    {


        Page.ClientScript.RegisterStartupScript(ClientScript.GetType(),"showImg", " <script>showImg();</script>");

   

    }




推荐阅读:
  1. ImageButton单击切换按钮图片
  2. C# 替换Word文本—— 用文档、图片、表格替换

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

上一篇:用dreamweaver CS6 开发APP的环境准备

下一篇:Docker是如何工作的

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》