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.
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
5 years ago
|
<%@ 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>
|
||
|
<form id="form1" runat="server">
|
||
|
<div>
|
||
|
</div>
|
||
|
<asp:RadioButtonList ID="RadioButtonListCategories" runat="server" OnSelectedIndexChanged="RadioButtonListCategories_SelectedIndexChanged">
|
||
|
<asp:ListItem Value="Ecrans"></asp:ListItem>
|
||
|
<asp:ListItem Value="Imprimantes"></asp:ListItem>
|
||
|
<asp:ListItem Value="Unités centrales"></asp:ListItem>
|
||
|
</asp:RadioButtonList>
|
||
|
<p>
|
||
|
<asp:Label ID="LabelEntrerUnTexte" runat="server" Text="Entrer un texte"></asp:Label>
|
||
|
</p>
|
||
|
<asp:Button ID="ButtonChoisir" runat="server" Text="Choisir" />
|
||
|
<br />
|
||
|
<br />
|
||
|
<asp:Label ID="Label2" runat="server" Text="LabelAfficher"></asp:Label>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|