editquestion.aspx

来自「一个多用户在线题库管理系统,可以实现各类试题的添加和管理」· ASPX 代码 · 共 10 行

ASPX
10
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditQuestion.aspx.cs" Inherits="EditQuestion"  MasterPageFile="~/TQMS_Master.master"%>

<%@ Register Src="modules/EditQuestion.ascx" TagName="EditQuestion" TagPrefix="uc1" %>
<asp:Content ID="ModyfierQuestion" ContentPlaceHolderID="main" runat="server">
    <uc1:EditQuestion ID="EditQuestion1" runat="server" />


</asp:Content>

⌨️ 快捷键说明

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