客户端和服务器端交互,如何将获取的结果及时进行刷新显示

来源:互联网 发布:单片机开发 编辑:程序博客网 时间:2024/05/17 02:58

利用服务器端的函数,直接调用客户端js 方法。

ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "", "getValueResult()", true);

其中,getValueResult() 执行对服务器端数据的显示。

原创粉丝点击