-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenu.aspx
More file actions
14 lines (11 loc) · 731 Bytes
/
Copy pathMenu.aspx
File metadata and controls
14 lines (11 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Menu.aspx.cs" Inherits="Menu" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<link href="css/normalize.css" rel="stylesheet" />
<link href="css/menu.css" rel="stylesheet" />
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="menuContent">
<asp:Button ID="btnAyar" runat="server" Width="100%" Height="40px" Text="Hesap Ayarları" OnClick="btnAyar_Click" />
<asp:Button ID="btnCikis" runat="server" Width="100%" Height="40px" Text="Çıkış" OnClick="btnCikis_Click" />
</div>
</asp:Content>