网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 论文源代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > ASP.net > 正文

ASP.NET实现回调实现的步骤

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/13
nbsp;

说了这么多,我们来看看实际的例子吧:

Html前台代码:

<%@ Page Language="" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>回调练习</title>
        <script type = "text/javascript" language ="javascript" >
         function CallServerFunction(selectInfo,Num1,Num2)
         {
           //Arg是传向后台方法RaiseCallbackEvent()的参数,这里将操作符操作数一块传过去
            Arg = selectInfo.selectedIndex + "/" + Num1.value + "/" + Num2.value;
            //获取一个客户端函数的引用;调用该函数时,将启动一个对服务器端事件的客户端回调
            <%= ClientScript.GetCallbackEventReference(this,"Arg","ReceiveServerData","null") %>
         }
        //接收回调后台传过来的结果数据,该函数名为GetCallbackEventReference()的第三个参数
        function ReceiveServerData(result)
        {
            //js里面,必须用Label的innerText属性,用Text属性不会产生任何效果
            lblShow.innerText = result;
        }
    </script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <input type = "text" id="Num1" />
        <select id="Oper" runat = "server">
            <option>+</option>
            <option>-</option>
            <option>*</option>
            <option>/</option>
        </select>
        <in

网学推荐

免费论文

原创论文

设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号