<%@ page title="" language="VB" masterpagefile="~/Webform/MasterPage.master" autoeventwireup="false" inherits="Webform_SysSetting, App_Web_lw0t2i4q" %> <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <style type="text/css"> .style9 { text-align: left; font-weight: bold; color: #0080C0; } .style10 { width: 202px; background-color: #FFFFFF; } .style11 { font-weight: bold; text-align: right; font-size: medium; width: 202px; background-color: #F7F7F7; } .style12 { background-color: #F7F7F7; } .style13 { font-weight: bold; text-align: left; font-size: medium; color: #FF0000; background-color: #FFFF00; } .auto-style3 { text-align: center; } </style> </asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="Main" Runat="Server"> <table class="style1"> <tr> <td class="style9"> System Setting</td> </tr> <tr> <td class="style9"> </td> </tr> <tr> <td class="auto-style3"> <table class="style1" style="border: medium solid #FF0000; width: 38%"> <tr> <td class="style13" colspan="2"> Warning!!</td> </tr> <tr> <td class="style11"> สถานะระบบ:</td> <td class="style12" style="text-align: left"> <asp:RadioButtonList ID="rdolSysValue" runat="server" style="font-weight: 700; font-size: medium; margin-left: 0px; background-color: #F7F7F7;" Width="137px"> <asp:ListItem Value="1">เปิดการใช้งาน</asp:ListItem> <asp:ListItem Value="0">ปิดการใช้งาน</asp:ListItem> </asp:RadioButtonList> </td> </tr> <tr> <td class="style10"> </td> <td style="text-align: left"> <asp:Button ID="btnConfirm" runat="server" Text="ยืนยัน" Width="70px" /> <asp:ConfirmButtonExtender ID="btnConfirm_ConfirmButtonExtender" runat="server" ConfirmText="Confirm and Update\nPlease sign in again." Enabled="True" TargetControlID="btnConfirm"> </asp:ConfirmButtonExtender> </td> </tr> </table> </td> </tr> <tr> <td> <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> </asp:ToolkitScriptManager> </td> </tr> </table> </asp:Content>