diff --git a/boutique/bin/boutique.dll b/boutique/bin/boutique.dll index ca4af2c..3cfa150 100644 Binary files a/boutique/bin/boutique.dll and b/boutique/bin/boutique.dll differ diff --git a/boutique/bin/boutique.pdb b/boutique/bin/boutique.pdb index f032677..051ec58 100644 Binary files a/boutique/bin/boutique.pdb and b/boutique/bin/boutique.pdb differ diff --git a/boutique/boutique.csproj b/boutique/boutique.csproj index 6e99f94..083020d 100644 --- a/boutique/boutique.csproj +++ b/boutique/boutique.csproj @@ -156,6 +156,7 @@ PreserveNewest + @@ -218,6 +219,13 @@ Global.asax + + produit2.aspx + ASPXCodeBehind + + + produit2.aspx + produits.aspx ASPXCodeBehind diff --git a/boutique/obj/Debug/boutique.csproj.CoreCompileInputs.cache b/boutique/obj/Debug/boutique.csproj.CoreCompileInputs.cache index a58bc3a..d8f598a 100644 --- a/boutique/obj/Debug/boutique.csproj.CoreCompileInputs.cache +++ b/boutique/obj/Debug/boutique.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c54f4029dc52d1154fb377bbab0d46e9c3f7cac1 +b104c2d57e224fb17d7fffeb3c24c1659367d8eb diff --git a/boutique/obj/Debug/boutique.dll b/boutique/obj/Debug/boutique.dll index ca4af2c..3cfa150 100644 Binary files a/boutique/obj/Debug/boutique.dll and b/boutique/obj/Debug/boutique.dll differ diff --git a/boutique/obj/Debug/boutique.pdb b/boutique/obj/Debug/boutique.pdb index f032677..051ec58 100644 Binary files a/boutique/obj/Debug/boutique.pdb and b/boutique/obj/Debug/boutique.pdb differ diff --git a/boutique/obj/Release/boutique.csproj.CoreCompileInputs.cache b/boutique/obj/Release/boutique.csproj.CoreCompileInputs.cache index a58bc3a..d8f598a 100644 --- a/boutique/obj/Release/boutique.csproj.CoreCompileInputs.cache +++ b/boutique/obj/Release/boutique.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -c54f4029dc52d1154fb377bbab0d46e9c3f7cac1 +b104c2d57e224fb17d7fffeb3c24c1659367d8eb diff --git a/boutique/produit2.aspx b/boutique/produit2.aspx index da9a875..cf035e7 100644 --- a/boutique/produit2.aspx +++ b/boutique/produit2.aspx @@ -7,22 +7,21 @@ - +
-
-
- + -

- -

-
+ Entrez un texte
- +
+ +
+
+ diff --git a/boutique/produit2.aspx.cs b/boutique/produit2.aspx.cs index cdbf16b..c6595a1 100644 --- a/boutique/produit2.aspx.cs +++ b/boutique/produit2.aspx.cs @@ -18,5 +18,11 @@ namespace boutique { } + + protected void ButtonChoisir_Click(object sender, EventArgs e) + { + //LabelAfficher.Text = TextBox.Text; + LabelAfficher.Text = RadioButtonListCategories.Text; + } } } \ No newline at end of file diff --git a/boutique/produit2.aspx.designer.cs b/boutique/produit2.aspx.designer.cs index 6743ff1..610cf4f 100644 --- a/boutique/produit2.aspx.designer.cs +++ b/boutique/produit2.aspx.designer.cs @@ -31,13 +31,13 @@ namespace boutique { protected global::System.Web.UI.WebControls.RadioButtonList RadioButtonListCategories; /// - /// Contrôle LabelEntrerUnTexte. + /// Contrôle TextBox. /// /// /// Champ généré automatiquement. /// Pour modifier, déplacez la déclaration de champ du fichier de concepteur dans le fichier code-behind. /// - protected global::System.Web.UI.WebControls.Label LabelEntrerUnTexte; + protected global::System.Web.UI.WebControls.TextBox TextBox; /// /// Contrôle ButtonChoisir. @@ -49,12 +49,12 @@ namespace boutique { protected global::System.Web.UI.WebControls.Button ButtonChoisir; /// - /// Contrôle Label2. + /// Contrôle LabelAfficher. /// /// /// Champ généré automatiquement. /// Pour modifier, déplacez la déclaration de champ du fichier de concepteur dans le fichier code-behind. /// - protected global::System.Web.UI.WebControls.Label Label2; + protected global::System.Web.UI.WebControls.Label LabelAfficher; } } diff --git a/boutique/produits.aspx.cs b/boutique/produits.aspx.cs index 15d0f4e..1a979b8 100644 --- a/boutique/produits.aspx.cs +++ b/boutique/produits.aspx.cs @@ -13,10 +13,5 @@ namespace boutique { } - - protected void Button1_Click(object sender, EventArgs e) - { - labellisteproduits.Text = DropDownListeCategories.Text; - } } } \ No newline at end of file