本文介绍了从后面的代码中更改按钮的单击值.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嘿,
在Google中进行了许多搜索之后,我来到这里希望找到答案
我想在后面的代码中将onClick =的值更改为新值"
例如:
如果在源中onClick ="Button1_click"
我想将其从后面的代码更改为
onClick ="btnclick"
我在自己的网络项目中制作了一款简单的游戏,现在被这个
卡住了
Hey there ,
After doing many searches in google I came to here hoping to find the answer
I want to change the value of onClick="to new value" in code behind
for example:
if in the source onClick="Button1_click"
I want to change it from the code behind to
onClick="btnclick"
I''m making a light game in my web-project and now stuck with this
thanks in advance.
推荐答案
这篇关于从后面的代码中更改按钮的单击值.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!