websitepanel/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/UserControls/ParameterEditor.ascx
2011-07-13 16:07:32 -07:00

4 lines
No EOL
428 B
Text

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ParameterEditor.ascx.cs" Inherits="WebsitePanel.Portal.ParameterEditor" %>
<asp:TextBox ID="txtValue" runat="server" Width="100%" Visible="false"></asp:TextBox>
<asp:TextBox ID="txtMultiValue" runat="server" Width="100%" TextMode="MultiLine" Rows="5" Visible="false"></asp:TextBox>
<asp:DropDownList ID="ddlValue" runat="server" Visible="false"></asp:DropDownList>