<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="QueryParameterDictionary.ascx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Pub.MeetingLevel.QueryParameterDictionary" %> <% switch (this.Key) { case "Status": %> <%= new HtmlSelect("$FieldValue", "Value", "Key") { Option = typeof(AVA.ResourcesPlatform.Model.Pub.MeetingLevelStatusEnum) }%> <% break; default: break; } %>