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.
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="linkbutton.aspx.cs" Inherits="boutique.linkbutton" %>
<!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="LinkButtonHorsPromo" runat="server" OnClick="LinkButtonHorsPromo_Click">Achat d’ un produit hors promotion</asp:LinkButton>
<br />
<br />
<asp:LinkButton ID="LinkButtonProduitNouveau" runat="server" OnClick="LinkButtonProduitNouveau_Click">Achat d’ un produit nouveau</asp:LinkButton>
<br />
<br />
<asp:Label ID="LabelTypeProduit" runat="server" Text="Sélectionner un type de produit"></asp:Label>
</div>
</form>
</body>
</html>