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.
OboutSuite/AJAXPage/aspnet_callbackPanels1.aspx

14 lines
478 B

<%@ Page language="c#" Inherits="OboutInc.oboutAJAXPage" %>
<%@ Register TagPrefix="obout" Namespace="OboutInc" Assembly="obout_AJAXPage" %>
<obout:CallbackPanel runat="server" ID="postbackPanel1">
<content style="border: 1px solid gray; background-color: #EFEFEF;">
<table width=100% height=100% cellpadding=0 cellspacing=0>
<tr>
<td align=center valign="middle" class="tdText">
simple text here
</td>
</tr>
</table>
</content>
</obout:CallbackPanel>