You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.2 KiB
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="button.aspx.cs" Inherits="boutique.button" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:LinkButton ID="LinkButtonPromo" runat="server" OnClick="LinkButtonPromo_Click">Achat dun produit en promotion</asp:LinkButton>
<br />
<br />
<asp:LinkButton ID="LinkButtonProduitNouveau" runat="server" OnClick="LinkButtonProduitNouveau_Click">Achat dun produit nouveau</asp:LinkButton>
<br />
<br />
<asp:LinkButton ID="LinkButtonHorsPromotion" runat="server" OnClick="LinkButtonHorsPromotion_Click">Achat d&#39;un produit hors promotion</asp:LinkButton>
<br />
<br />
<asp:TextBox ID="TextBoxTypeProduit" runat="server" OnTextChanged="TextBoxTypeProduit_TextChanged">Entrer un type de produit</asp:TextBox>
<br />
<br />
<asp:Label ID="LabelTypeProduit" runat="server" Text="Type de produit"></asp:Label>
</div>
</form>
</body>
</html>