admin_tui.aspx
上传用户:szhf331
上传日期:2022-06-22
资源大小:1032k
文件大小:1k
源码类别:

行业应用

开发平台:

JavaScript

  1. <%@ page language="C#" autoeventwireup="true" inherits="Admin_admin_tui, App_Web_nv4v7tk7" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5.     <title></title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         &nbsp;   <td colspan="2">
  11.                               <asp:RadioButtonList ID="rblluqu" runat="server" RepeatDirection="Horizontal">
  12.             <asp:ListItem Selected="True">否</asp:ListItem>
  13.             <asp:ListItem>是</asp:ListItem>
  14.         </asp:RadioButtonList></div>
  15.     </form>
  16. </body>
  17. </html>