<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage" %> 单表列表页面 <%=Html.QPSeach(80,true) %>
<%=Html.QV(p => p.UserName, QMAPP.Common.Web.SystemLimit.IsDisplay)%> <%=Html.QC(p => p.UserName, QMAPP.Common.Web.SystemLimit.IsDisplay)%> <%=Html.QV(p=>p.UserDes) %><%=Html.QC(p=>p.UserDes) %> <%=Html.QV(p=>p.Sex) %><%=Html.QC(p=>p.Sex) %>
<%=Html.QPEnd()%> <%=Html.QPList() %> <%-- <%=Html.QDateGrid(Model)%>--%> <%=Html.QPEnd() %> <%=Html.Hidden("selectKey")%> <%=Html.Hidden("fileName")%>
<%=Html.QTButtonSearch("Examples", "SingleTableList", "List()")%> <%=Html.QTButtonAdd("Examples", "SingleTableAdd", "add()")%> <%=Html.QTButtonUpdate("Examples", "SingleTableList", "Update()")%> <%=Html.QTButtonDelete("Examples", "SingleTableDelete", "Delete()")%> <%=Html.QTButton("import", "ImportExcel", QMFrameWork.WebUI.IconCls.undo, "Import()", (s, f) => { return true; })%> <%=Html.QTButton("export", "ExportExcel",QMFrameWork.WebUI.IconCls.redo, "Export()", (s, f) => { return true; })%> <%=Html.QTButton("print", "PrintList",QMFrameWork.WebUI.IconCls.print, "PrintList()", (s, f) => { return true; })%> <%=Html.QTButton("queryTL", "ListQueryTL", "ListQueryTL('SingleTableList');", (s, f) => { return true; })%>