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.

28 lines
1.1 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="produit2.aspx.cs" Inherits="boutique.produit2" %>
<!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 style="text-align: center">
<form id="form1" runat="server">
<asp:RadioButtonList ID="RadioButtonListCategories" runat="server" OnSelectedIndexChanged="RadioButtonListCategories_SelectedIndexChanged" style="text-align: left" align="center">
<asp:ListItem Value="Ecrans"></asp:ListItem>
<asp:ListItem Value="Imprimantes"></asp:ListItem>
<asp:ListItem Value="Unités centrales"></asp:ListItem>
</asp:RadioButtonList>
<br />
<asp:TextBox ID="TextBox" runat="server">Entrez un texte</asp:TextBox>
<br />
<br />
<asp:Button ID="ButtonChoisir" runat="server" OnClick="ButtonChoisir_Click" Text="Choisir" />
<br />
<br />
<asp:Label ID="LabelAfficher" runat="server" Text="LabelAfficher"></asp:Label>
</form>
</body>
</html>