⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sectionwebservices.ascx

📁 非常不错的学校在线考试分析系统
💻 ASCX
字号:
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities.Admin" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control Language="c#" CodeBehind="SectionWebServices.ascx.cs" AutoEventWireup="false" Inherits="ASPNET.StarterKit.Communities.Admin.EditSections.SectionWebServices" %>
<script runat="server">

</script>
<!-- Section Web Service -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpSectionService')" onmouseout="hideHelp()">
Publish Web Service
</td>
</tr>
<tr>
<td class="formSectionHelp">
Check the checkbox below to expose this section as a Web service.
</td>
</tr>
<tr>
<td class="formSectionContents">
<table>
<tr>
<td>
<asp:CheckBox id="chkIsSectionWebService" runat="server"></asp:CheckBox>
</td>
<td>
<span class="formLabelText">Publish section content as a Web service</span>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
<td>
<span class="formLabelText">Password:</span>
<br>
<asp:TextBox class="formField" id="txtWebServicePassword" Runat="Server"></asp:TextBox>
</td>
</tr>
</table>
</td>
</tr>
</table>
</p>
<div id="helpSectionService" style="DISPLAY:none">
Exposing a section as a Web service enables other community Web sites to retrieve 
content from the section. The password is optional. If you supply a password, then 
content cannot be retrieved without the password.
</div>
<!-- Service Subscriptios -->
<p>
<table class="formSection">
<tr>
<td class="formSectionHeader">
<img border="0" src="../help/help.gif" align="right" onmouseover="showHelp('helpServiceSubscriptions')" onmouseout="hideHelp()">
Subscribe to Web Services
</td>
</tr>
<tr>
<td class="formSectionHelp">
Web Services retrieve content retrieved from other Web sites.
</td>
</tr>
<tr>
<td class="formSectionContents">
<community:ListPicker id="ctlServiceSubscriptions" size="10" runat="Server" />
</td>
</tr>
</table>
</p>
<div id="helpServiceSubscriptions" style="DISPLAY:none">
Select a Web service subscription to retrieve content from another community into 
the current section. You can configure new service subscriptions from the Edit 
Service Subscriptions page.
</div>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -