You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
492 B

<%@ Page Language="C#" Inherits="cs_async" Src="cs_async.aspx.cs" %>
<html>
<head runat="server">
<script language="JavaScript">
function ASyncCallback() {
ob_post.AddParam('number1', 49583);
ob_post.AddParam('number2', 83924);
ob_post.post(null,'onDnD2',myFunction);
}
function myFunction(result){
alert("The data has been sent to the server using the asynchronous method.\n\nThe result retrieved from the server is: " + result);
}
function fill(){