当前位置: 代码迷 >> VC >> 请教在aspx页面里直接调用过程,如何调用
  详细解决方案

请教在aspx页面里直接调用过程,如何调用

热度:1870   发布时间:2013-02-25 00:00:00.0
请问在aspx页面里直接调用过程,怎么调用。
请问在aspx页面里直接调用过程,怎么调用。

------解决方案--------------------------------------------------------
找个空白的地方 <% this.res(object sender, EventArgs e); %>,把protected改成public
  相关解决方案