Mini Shell

Direktori : C:/Inetpub/vhosts/protarte.com/httpdocs/admin/
Upload File :
Current File : C:/Inetpub/vhosts/protarte.com/httpdocs/admin/eliminar.aspx

<%@ Page Title="" Language="C#" MasterPageFile="admin.master" AutoEventWireup="true" CodeFile="eliminar.aspx.cs" Inherits="admin_eliminar" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
      <style type="text/css">
          .divs {
            position: absolute;
            top: 50%;
            left: 40%;
            margin-top: -250px;
            margin-left: -250px;
            width: 800px;
            height: 500px;
         
         
        }

          .divs2 {
         
            width: 800px;
            height: 380px;
            text-align:center;
         
         
        }

        .bt{

            width:150px;
           
            background-color:red;
            font-family:Arial;
            font-size:16px;
            padding:5px;
    
            text-align:center;
            color:white;
            text-transform:uppercase;
            font-weight:bolder;
            text-decoration:none;
            border:none;
          
            
        }

            .bt:hover {
                color:black;
                cursor:pointer;

            }


            .bt2{

            width:150px;
           
            background-color:red;
            font-family:Arial;
            font-size:16px;
            padding:5px;
    margin-left:100px;            
            text-align:center;
            color:white;
            text-transform:uppercase;
            font-weight:bolder;
            text-decoration:none;
            border:none;
        }

            .bt2:hover {
                color:black;
                cursor:pointer;

            }

          .imgs {

              margin:10px;
          }
    </style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

    
    <div class="divs" >
         <p style="text-align:center; font-family:Arial; color:white; font-size:24px; width:100%">Deseja eliminar produto?</p>
        <br /><br /><br />

        <div class="divs2" >
            <asp:button class="bt" id="bt" runat="server" text="SIM" OnClick="bt_Click" /> <asp:button id="bt2" class="bt2" runat="server" text="NÃO" OnClick="bt2_Click" />
    </div>
        </div>
</asp:Content>


Zerion Mini Shell 1.0