HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PHerau/toptennisteam.be/wwwroot/DesktopModules/Events/SelectCategory.ascx
<%@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="SelectCategory.ascx.vb" Inherits="DotNetNuke.Modules.Events.SelectCategory" %>
<table cellspacing="0" cellpadding="0" border="0">
    <tr>
		<td class="SubHead" nowrap="nowrap" align="right">
			<dnn:label id="lblCategory" runat="server"></dnn:label>
		</td>
		<td nowrap="nowrap">
			<asp:DropDownList id="ddlCategories" runat="server" AutoPostBack="True" Font-Size="8pt" CssClass="NormalTextBox"
				DataValueField="CategoryName" DataTextField="CategoryName"></asp:DropDownList>
		</td>
	</tr>
</table>