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.
|
|
|
|
<%@ 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 d’un produit en promotion</asp:LinkButton>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<asp:LinkButton ID="LinkButtonProduitNouveau" runat="server" OnClick="LinkButtonProduitNouveau_Click">Achat d’un produit nouveau</asp:LinkButton>
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<asp:LinkButton ID="LinkButtonHorsPromotion" runat="server" OnClick="LinkButtonHorsPromotion_Click">Achat d'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>
|