editnewscontrol.ascx

来自「C#语言制作asp.net网上商店的」· ASCX 代码 · 共 41 行

ASCX
41
字号
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="EditNewsControl.ascx.vb" Inherits="Admin_Management_Controls_EditNewsControl" %>

<div class="blankbox"></div>

<p><asp:HyperLink ID="hlBack" runat="server" NavigateUrl="~/Admin/Management/News.aspx">返回新闻类别列表</asp:HyperLink>  <asp:HyperLink ID="lbBackNewsList" runat="server" >返回当前类别新闻列表</asp:HyperLink></p>
<div class="dialog-title">
    <asp:Literal ID="lCaption" runat="server" Text="编辑新闻"></asp:Literal>
</div>

<div class="dialog-box">

<fieldset >
<p>
    <asp:Label ID="lbsubject" runat="server" Text=" Subject:" AssociatedControlID="txtSubject"></asp:Label>
     <asp:TextBox ID="txtSubject" runat="server"></asp:TextBox>
</p>
<p>
 <asp:Label ID="lbboday" runat="server" Text=" Body:" AssociatedControlID="txtBody"></asp:Label>  <asp:TextBox ID="txtBody" runat="server"></asp:TextBox>
</p>
<p>
 <asp:Label ID="lbActive" runat="server" Text="Show as news:" AssociatedControlID="ddlIsSiteNews"></asp:Label>  
             <asp:DropDownList ID="ddlIsSiteNews" runat="server">
                                                                <asp:ListItem Value="-1">是</asp:ListItem>
                                                                <asp:ListItem Value="0">否</asp:ListItem>
                                                            </asp:DropDownList>
 
</p>

<br />
<p>   <asp:Button ID="btnSave" runat="server" Text="Save" /></p>

</fieldset>
</div>

     <asp:TextBox ID="txtMail2" runat="server" Width="334px"></asp:TextBox>&nbsp;<br />
                                                            <asp:TextBox ID="txtMail1" runat="server" Width="334px"></asp:TextBox><br />
                                                            <asp:TextBox ID="txtMail3" runat="server" Width="334px"></asp:TextBox>


    
 

⌨️ 快捷键说明

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