4 lines
No EOL
428 B
Text
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> |