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

📄 skin-selectforum.ascx

📁 cnForums是功能强大的论坛。开发语言c#,三层结构。模块设计很值得学习
💻 ASCX
字号:
<%@ Import Namespace="AspNetForums.Controls" %>
<%@ Import Namespace="AspNetForums.Components" %>
<%@ Control Language="C#" %>
<table cellspacing="1" cellpadding="0" width="200" Class="tableBorder" cols="2">
	<tr>
		<th class="column" colspan="2">Select a Forum</th>
	</tr>
	<tr>
		<td width="50%">
			<asp:DropDownList id="ForumSelection" runat="server" />
		</td>
		<td width="50%">
			<asp:Button id="ForumLookUp" runat="Server" />
		</td>
	</tr>
</table>

<table cellspacing="1" cellpadding="0" width="200" Class="tableBorder" cols="2">
	<tr>
		<th class="column" colspan="2">Select a Role</th>
	</tr>
	<tr>
		<td width="50%">
			<asp:DropDownList id="ForumSelection" runat="server" />
		</td>
		<td width="50%" align="center">
			<asp:Button id="RoleLookUp" runat="Server" width="90%" />
		</td>
	</tr>
	<tr>
		<td colspan="2" align="center" >
			<asp:Button id="NewRole" runat="Server" Text="Create new role" width="60%"/>
		</td>
	</tr>
</table>

<table cellspacing="1" cellpadding="0" width="200" Class="tableBorder" cols="2">
	<tr>
		<th class="column" colspan="2">Select a Template</th>
	</tr>
	<tr>
		<td width="50%">
			<asp:DropDownList id="TemplateSelection" runat="server" />
		</td>
		<td width="50%">
			<asp:Button id="TemplateLookUp" runat="Server" />
		</td>
	</tr>
</table>

<table cellspacing="1" cellpadding="0" width="300" Class="tableBorder" cols="3">
	<tr>
		<th class="column" colspan="2">Select a User</th>
	</tr>
	<tr>
		<td width="33%">
			<asp:DropDownList id="ForumSelection" runat="server" />
		</td>
		<td width="34%">
			<asp:Button id="ForumLookUp" runat="Server" />
		</td>
		<td width="33%">
			<asp:DropDownList id="ForumSelection" runat="server" />
		</td>
	</tr>
</table>


⌨️ 快捷键说明

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