Question:
onServerClick event of HTML input does not support code post-binding, it can't find the Button_Click function defined for it in the cs file.
Solution:
You must declare Button_Click function as protected or public
Question:
onServerClick event of HTML input does not support code post-binding, it can't find the Button_Click function defined for it in the cs file.
Solution:
You must declare Button_Click function as protected or public
转载于:https://www.cnblogs.com/time-is-life/archive/2008/03/06/1093018.html