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
496 B

<%@ Control Language="C#" Inherits="cs_withusercontrol_uc" CodeFile="cs_withusercontrol.ascx.cs" %>
<%@ Register Assembly="obout_AJAXPage" Namespace="OboutInc" TagPrefix="oajax" %>
<script language="javascript" type="text/javascript">
function DoCallback()
{
ob_post.post(null, "DoCallback", function(){alert('callback ended...')});
}
function DoCallbackFromUC()
{
ob_post.post(null, "DoCallbackFromUC", function(result){alert('The result is: ' + result)});
}
</script>
<div>
<br />