IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

ASP.NET Discussion :

Erreur de compilation


Sujet :

ASP.NET

  1. #1
    Candidat au Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2012
    Messages
    10
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : Industrie

    Informations forums :
    Inscription : Mai 2012
    Messages : 10
    Points : 4
    Points
    4
    Par défaut Erreur de compilation
    Bonjour

    Quand je compile le programme, il m'affiche cette erreur :
    Error 1: Identifier Expected.
    Je ne comprend pas surtout que c'est du code générer automatiquement.

    Voici le code du programme :



    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    public partial class  {
     
        /// <summary>
        /// form1 control.
        /// </summary>
        /// <remarks>
        /// Auto-generated field.
        /// To modify move field declaration from designer file to code-behind file.
        /// </remarks>
        protected global::System.Web.UI.HtmlControls.HtmlForm form1;
     
        /// <summary>
        /// lb_nom control.
        /// </summary>
        /// <remarks>
        /// Auto-generated field.
        /// To modify move field declaration from designer file to code-behind file.
        /// </remarks>
        protected global::System.Web.UI.WebControls.Label lb_nom;
     
        /// <summary>
        /// ContentPlaceHolder2 control.
        /// </summary>
        /// <remarks>
        /// Auto-generated field.
        /// To modify move field declaration from designer file to code-behind file.
        /// </remarks>
        protected global::System.Web.UI.WebControls.ContentPlaceHolder ContentPlaceHolder2;
    }
    Merci

  2. #2
    Invité
    Invité(e)
    Par défaut
    Tu peux indiquer sur quel composant il plante, ou bien fournit le code ASPX.

  3. #3
    Candidat au Club
    Homme Profil pro
    Étudiant
    Inscrit en
    Mai 2012
    Messages
    10
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant
    Secteur : Industrie

    Informations forums :
    Inscription : Mai 2012
    Messages : 10
    Points : 4
    Points
    4
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    <asp:Content ID="Content2" runat="server" contentplaceholderid="ContentPlaceHolder2">
        <table style="width:100%;">
        <tr>
            <td class="style45" style="font-size: smaller">
                <asp:Label ID="lb_gest" runat="server" Text="Gestionnaire:" 
                        meta:resourcekey="lb_gestResource1" Font-Names="Verdana" 
                        Font-Size="X-Small"></asp:Label>
            </td>
            <td class="style12">
                <asp:DropDownList ID="DDLGest" runat="server" AutoPostBack="True" 
            DataSourceID="ds_ddl_gest" DataTextField="User_ID" DataValueField="User_ID" 
                        Font-Size="Smaller" Height="20px" Width="156px" 
                        meta:resourcekey="DDLGestResource1" BackColor="#99CCFF">
                </asp:DropDownList>
            </td>
            <td class="style22">
                <asp:CheckBox ID="rbtn_ordo" runat="server" AutoPostBack="True" Text="Ordo" 
                        meta:resourcekey="rbtn_ordoResource1" Font-Names="Verdana" 
                        Font-Size="X-Small" />
                    &nbsp;<asp:CheckBox ID="rbtn_appro" runat="server" AutoPostBack="True" 
                        Text="Appros" meta:resourcekey="rbtn_approResource1" Font-Names="Verdana" 
                        Font-Size="X-Small" />
            </td>
            <td class="style33">
                <asp:Label ID="rb_appro" runat="server" Font-Italic="True" Text="Service" 
                        Visible="False" meta:resourcekey="rb_approResource1" Font-Size="XX-Small" 
                        Height="16px"></asp:Label>
            </td>
            <td class="style30">
                <asp:Label ID="Lb_seq" runat="server" Font-Names="Verdana" Font-Size="X-Small" 
                        meta:resourcekey="Lb_seqResource1" Text="Sequences :"></asp:Label>
                <asp:DropDownList ID="ddl_Seq" runat="server" DataSourceID="ds_ddl_seq" 
                        DataTextField="Num_Sequence" DataValueField="ID" 
                        Font-Bold="True" Font-Size="X-Small" Height="20px" 
                        meta:resourcekey="DropDownList1Resource1" Width="60px" BackColor="#CCFF33">
                </asp:DropDownList>
                <asp:Button ID="bt_go" runat="server" Font-Names="Arial Narrow" Font-Size="XX-Small" 
                        Height="20px" meta:resourcekey="bt_goResource1" onclick="bt_go_Click" Text="Go" 
                        Width="26px" style="text-align: left; margin-top: 0px" />
            </td>
            <td class="style6">
                <asp:CheckBox ID="cbx_cmde_open" runat="server" 
                        Text="Cmdes OPEN   " Font-Size="XX-Small" Width="98px" 
                        meta:resourcekey="cbx_cmde_openResource1" Font-Names="Verdana" 
                        Height="18px" oncheckedchanged="cbx_cmde_open_CheckedChanged" />
            </td>
            <td class="style5" colspan="2">
                <asp:Label ID="lb_open" runat="server" Font-Italic="True" Text="Open" 
                        Visible="False" meta:resourcekey="lb_openResource1" Height="16px"></asp:Label>
                <asp:CheckBox ID="cbx_dev" runat="server" AutoPostBack="True" Text="Dev" 
                        meta:resourcekey="cbx_devResource1" Height="16px" />
            </td>
            <td class="style5">
                    &nbsp;</td>
        </tr>
        <tr>
            <td class="style45" style="font-size: smaller">
                <asp:Label ID="lb_prod" runat="server" Text="Produits  :" 
                        meta:resourcekey="lb_prodResource1" Visible="False" Font-Names="Verdana" 
                        Font-Size="X-Small"></asp:Label>
            </td>
            <td class="style12">
                <asp:DropDownList ID="DDLproduit" runat="server" DataSourceID="ds_ddl_items" 
            DataTextField="Code_Produit" DataValueField="Code_Produit" Font-Size="Smaller" 
                        Height="19px" Width="156px" meta:resourcekey="DDLproduitResource1" 
                        BackColor="#99CCFF" Visible="False">
                </asp:DropDownList>
            </td>
            <td class="style22">
                <asp:CheckBox ID="CBtout" runat="server" Checked="True" 
                        meta:resourcekey="CBtoutResource1" Text="Tous " 
                        Font-Names="Verdana" Font-Size="X-Small" Height="18px" Width="114px" />
            </td>
            <td class="style33">
                <asp:Label ID="rb_ordo" runat="server" Font-Italic="True" Text="Service" 
                        Visible="False" meta:resourcekey="rb_ordoResource1" Font-Size="XX-Small" 
                        Height="16px"></asp:Label>
            </td>
            <td class="style30">
                <asp:Label ID="tb_aff_prd" runat="server" Font-Names="Verdana" 
                        Font-Size="XX-Small" meta:resourcekey="Label1Resource1" Visible="False"></asp:Label>
            </td>
            <td class="style6">
                <asp:CheckBox ID="cbx_cmde_closed" runat="server" 
                        Text="Cmdes  CLOSED" Font-Size="XX-Small" Width="112px" 
                        meta:resourcekey="cbx_cmde_closedResource1" Font-Names="Verdana" 
                        Height="18px"  />
            </td>
            <td class="style5" colspan="2">
                <asp:Label ID="lb_closed" runat="server" Font-Italic="True" Text="Closed" 
                        Visible="False" meta:resourcekey="lb_closedResource1" Height="16px"></asp:Label>
            </td>
            <td class="style5">
                    &nbsp;</td>
        </tr>
        <tr>
            <td class="style46" style="font-size: smaller">
                <asp:Label ID="lb_suivi" runat="server" Font-Names="Verdana" 
                        Font-Size="X-Small" Text="Suivi Aff  :" 
                        meta:resourcekey="lb_suiviResource1"></asp:Label>
            </td>
            <td class="style39">
                <asp:DropDownList ID="ddl_suivi" runat="server" DataSourceID="ds_ddl_suivi" 
                        DataTextField="Suivi_Affaire" DataValueField="Suivi_Affaire" Height="18px" 
                        meta:resourcekey="DropDownList1Resource2" 
                        style="margin-bottom: 0px" Width="180px" BackColor="#FFCC00" 
                        Font-Names="Verdana" Font-Size="Smaller">
                </asp:DropDownList>
            </td>
            <td class="style40">
                <asp:CheckBox ID="Cbx_suivi" runat="server" Font-Names="Verdana" 
                        Font-Size="X-Small" Text="Que Suivi" 
                        meta:resourcekey="Cbx_suiviResource1" AutoPostBack="True" Height="18px" 
                        oncheckedchanged="Cbx_suivi_CheckedChanged" />
            </td>
            <td class="style41">
                <asp:Button ID="bt_recherche" runat="server" Font-Size="XX-Small" 
                        onclick="bt_recherche_Click" Text="Raffraichir" 
                        meta:resourcekey="Button1Resource1" Height="20px" Width="71px" 
                        Font-Names="Verdana" style="margin-left: 0px" />
            </td>
            <td class="style42">
                <asp:TextBox ID="tb_aff_suivi" runat="server" Font-Names="Verdana" 
                        Font-Size="XX-Small" Height="16px" Width="94px" Visible="False" 
                        meta:resourcekey="tb_aff_suiviResource1"></asp:TextBox>
            </td>
            <td class="style40">
                <asp:Label ID="Lball" runat="server" Font-Italic="True" Font-Size="Smaller" 
                        meta:resourcekey="LballResource1" Height="16px" Visible="False"></asp:Label>
            </td>
            <td class="style44">
            </td>
            <td class="style44">
                <asp:Label ID="Lbproduit" runat="server" Font-Italic="True" Font-Size="Smaller" 
                        meta:resourcekey="LbproduitResource1" Text="Produit" Width="150px" 
                        Visible="False" Height="16px"></asp:Label>
            </td>
            <td class="style44">
            </td>
        </tr>
        <tr>
            <td class="style47" style="font-size: smaller">
                    &nbsp;</td>
            <td class="style17">
                    &nbsp;</td>
            <td class="style24">
                    &nbsp;</td>
            <td class="style35">
                    &nbsp;</td>
            <td class="style32">
                    &nbsp;</td>
            <td class="style24">
                    &nbsp;</td>
            <td class="style18">
     
                    &nbsp;</td>
            <td class="style18">
     
                    &nbsp;</td>
            <td class="style18">
     
                    &nbsp;</td>
        </tr>
    </table>
    <asp:GridView ID="gv_needs" runat="server" AllowPaging="True" 
        AllowSorting="True" AutoGenerateColumns="False" DataSourceID="ds_gv_needs" 
        Font-Size="Smaller" Width="931px" 
           DataKeyNames="ID" PageSize="12" 
        onselectedindexchanged="gv_needs_SelectedIndexChanged">
        <Columns>
            <asp:BoundField DataField="Num_Sequence" HeaderText="[Seq.]" 
                    SortExpression="Num_Sequence" meta:resourcekey="BoundFieldResource41" />
            <asp:BoundField DataField="Date_Demande" HeaderText="[Date Bes.]" 
                    SortExpression="Date_Demande" meta:resourcekey="BoundFieldResource42" />
            <asp:BoundField DataField="Code_Produit" HeaderText="[ Produit ]" 
                    SortExpression="Code_Produit" meta:resourcekey="BoundFieldResource43" />
            <asp:BoundField DataField="Description_Produit" 
                    HeaderText="[ Description Produit ]" 
                    SortExpression="Description_Produit" 
                    meta:resourcekey="BoundFieldResource44" />
            <asp:BoundField DataField="Libellé_Fournisseur" 
                    HeaderText="[ Fournisseur Princ. ]" SortExpression="Libellé_Fournisseur" 
                    meta:resourcekey="BoundFieldResource45" />
            <asp:BoundField DataField="Qte_Dep_Net" HeaderText="[ Bes. ]" 
                    SortExpression="Qte_Dep_Net" meta:resourcekey="BoundFieldResource46" />
            <asp:BoundField DataField="Qte_OP" HeaderText="[  OP  ]" 
                    SortExpression="Qte_OP" meta:resourcekey="BoundFieldResource47" />
            <asp:BoundField DataField="Qte_Recue" HeaderText="[ Reçue ]" 
                    SortExpression="Qte_Recue" meta:resourcekey="BoundFieldResource48" />
            <asp:BoundField DataField="Nb_lig_d_OP" HeaderText="C" 
                    SortExpression="Nb_lig_d_OP" meta:resourcekey="BoundFieldResource49" />
            <asp:BoundField DataField="Delai_Dispo" HeaderText="[ Délai ] " 
                    SortExpression="Delai_Dispo" meta:resourcekey="BoundFieldResource50" />
            <asp:BoundField DataField="Utilisateur_Ordo" HeaderText="[ Ordo ]" 
                    SortExpression="Utilisateur_Ordo" 
                    meta:resourcekey="BoundFieldResource51" />
            <asp:BoundField DataField="Urgent" HeaderText="!" 
                    SortExpression="Urgent" meta:resourcekey="BoundFieldResource52" />
            <asp:BoundField DataField="Gestionnaire" HeaderText="[ Appro ]" 
                    SortExpression="Gestionnaire" meta:resourcekey="BoundFieldResource53" />
            <asp:BoundField DataField="Pb_Potentiel" HeaderText="!" 
                    SortExpression="Pb_Potentiel" meta:resourcekey="BoundFieldResource54" />
            <asp:BoundField DataField="Cellule" HeaderText="[Cellule] " 
                    SortExpression="Cellule" meta:resourcekey="BoundFieldResource55" />
            <asp:TemplateField 
    			HeaderText="|Sel|" ShowHeader="False" 
    			meta:resourcekey="TemplateFieldResource1">
                <ItemTemplate>
                    <asp:ImageButton 
    				ID="img_btn_Trf" runat="server" CausesValidation="False" postbackurl='<%# "sdmp_maj.aspx?id_seq=" + Eval("ID") %>'
    			ImageUrl="~/Images/liberation.gif" OnClick="btn_transfert" 
    				meta:resourcekey="ImageButton1Resource1"/>
                </ItemTemplate>
                <HeaderStyle Font-Size="Smaller" Font-Underline="True" HorizontalAlign="Center" 
    			VerticalAlign="Middle" />
                <ItemStyle Font-Size="Smaller" HorizontalAlign="Center" 
    			VerticalAlign="Middle" />
            </asp:TemplateField>
        </Columns>
        <EditRowStyle Font-Size="Smaller" />
    </asp:GridView>
    <asp:Label ID="lb_message_erreur" runat="server" BackColor="#CC3300" 
                            Font-Size="Large" ForeColor="White" Height="27px" 
     
        Text="    VOUS  N'ETES PAS AUTORISE A UTILISER CETTE BASE !" Width="437px" 
                            meta:resourcekey="lb_message_erreurResource1" 
        Visible="False"></asp:Label>
    <asp:SqlDataSource ID="ds_ddl_gest" runat="server" 
            ConnectionString="<%$ ConnectionStrings:ds_ddl_gest %>" 
            ProviderName="<%$ ConnectionStrings:ds_ddl_gest.ProviderName %>" 
     
     
     
        SelectCommand="SELECT [User_ID], [N° gestionnaire] AS column1, [Num_gest], [Nom et Prénom] AS Nom_et_Prénom, [Email], 
            [Fonction] FROM [VIEW_SDM_GEST] WHERE ([Fonction] = ?) or ([Fonction] = ?)" 
        onselecting="ds_ddl_gest_Selecting">
        <SelectParameters>
            <asp:ControlParameter ControlID="rb_ordo" DefaultValue="" 
                    Name="Fonction" PropertyName="Text" Type="String" />
            <asp:ControlParameter ControlID="rb_appro" DefaultValue="" 
                    Name="Fonction" PropertyName="Text" Type="String" />
        </SelectParameters>
    </asp:SqlDataSource>
    <asp:SqlDataSource ID="ds_ddl_suivi" runat="server" 
            ConnectionString="<%$ ConnectionStrings:ds_ddl_items %>" 
            ProviderName="<%$ ConnectionStrings:ds_ddl_items.ProviderName %>" 
            SelectCommand="SELECT DISTINCT [Suivi_Affaire] FROM [SDM_MISSERS] WHERE (([Gestionnaire] = ?) OR ([Utilisateur_Ordo] = ?)) AND ([SessionID] in (?,?))  ORDER BY [Suivi_Affaire]">
        <SelectParameters>
            <asp:ControlParameter ControlID="DDLGest" Name="Gestionnaire" 
                    PropertyName="SelectedValue" Type="String" />
            <asp:ControlParameter ControlID="DDLGest" Name="Utilisateur_Ordo" 
                    PropertyName="SelectedValue" Type="String" />
            <asp:ControlParameter ControlID="lb_open" DefaultValue=""   
                    Name="SessionID" PropertyName="Text" Type="String" />
            <asp:ControlParameter ControlID="lb_closed" DefaultValue=""   
                    Name="SessionID" PropertyName="Text" Type="String" />
        </SelectParameters>
    </asp:SqlDataSource>
    <asp:SqlDataSource ID="ds_gv_needs" runat="server" 
        ConnectionString="<%$ ConnectionStrings:ds_gv_needs %>" 
        ProviderName="<%$ ConnectionStrings:ds_gv_needs.ProviderName %>"  
        SelectCommand="SELECT ID, CONVERT(char(10), Date_Demande, 120) AS Date_Demande, Code_Produit, Description_Produit, 
        Libellé_Fournisseur, Qte_Dep_Net, Qte_OP, Qte_Recue, Nb_lig_d_OP, CONVERT(char(10), Delai_Dispo, 121) AS Delai_Dispo, 
        Utilisateur_Ordo, Gestionnaire, Urgent, Cellule, SessionID, Num_Sequence, Pb_Potentiel  
            FROM SDM_MISSERS   WHERE	((Utilisateur_Ordo = ?) OR (Gestionnaire = ?)) 	AND 
            ((SessionID = ?) OR (SessionID = ?)) 	AND 
            ((Code_Produit < ? OR Code_Produit = ?))  ORDER BY Date_Demande DESC">
        <SelectParameters>
            <asp:ControlParameter ControlID="DDLGest" Name="Utilisateur_Ordo" 
                PropertyName="SelectedValue" Type="String" />
            <asp:ControlParameter ControlID="DDLGest" Name="Gestionnaire" 
                PropertyName="SelectedValue" Type="String" />
            <asp:ControlParameter ControlID="lb_open" Name="cmde_open" PropertyName="Text" />
            <asp:ControlParameter ControlID="lb_closed" Name="cmde_closed" PropertyName="Text" />
            <asp:ControlParameter ControlID="Lball" DefaultValue="" Name="Item_all" 
                PropertyName="Text" />
            <asp:ControlParameter ControlID="DDLproduit" Name="Item" 
                PropertyName="SelectedValue" />
        </SelectParameters>
    </asp:SqlDataSource>
    <asp:SqlDataSource ID="ds_ddl_seq" runat="server" 
                        ConnectionString="<%$ ConnectionStrings:ddl_seq %>" 
                        ProviderName="<%$ ConnectionStrings:ddl_seq.ProviderName %>" 
     
            SelectCommand="SELECT Num_Sequence, ID FROM SDM_MISSERS WHERE ((Gestionnaire = ?) OR (Utilisateur_Ordo = ?)) AND (SessionID IN (?, ?))  ORDER BY Num_Sequence">
        <SelectParameters>
            <asp:ControlParameter ControlID="DDLGest" Name="Gestionnaire" 
                                PropertyName="SelectedValue" Type="String" />
            <asp:ControlParameter ControlID="DDLGest" Name="Utilisateur_Ordo" 
                                PropertyName="SelectedValue" Type="String" />
            <asp:ControlParameter ControlID="lb_closed" Name="SessionID" DefaultValue="" 
                                PropertyName="Text" Type="String" />
            <asp:ControlParameter ControlID="lb_open" Name="SessionID" DefaultValue="" 
                                PropertyName="Text" Type="String" />
        </SelectParameters>
    </asp:SqlDataSource>
    <asp:SqlDataSource ID="ds_ddl_items" runat="server" 
            ConnectionString="<%$ ConnectionStrings:ds_ddl_items %>" 
            ProviderName="<%$ ConnectionStrings:ds_ddl_items.ProviderName %>" 
     
     
            SelectCommand="SELECT [Code_Produit] FROM [SDM_MISSERS] WHERE (([Gestionnaire] = ?) OR ([Utilisateur_Ordo] = ?)) AND ([SessionID] in (?,?))  GROUP BY [Code_Produit] ORDER BY [Code_Produit]">
        <SelectParameters>
            <asp:ControlParameter ControlID="DDLGest" Name="Gestionnaire" 
                    PropertyName="SelectedValue" Type="String" />
            <asp:ControlParameter ControlID="DDLGest" Name="Utilisateur_Ordo" 
                    PropertyName="SelectedValue" Type="String" />
            <asp:ControlParameter ControlID="lb_open" DefaultValue=""   
                    Name="SessionID" PropertyName="Text" Type="String" />
            <asp:ControlParameter ControlID="lb_closed" DefaultValue=""   
                    Name="SessionID" PropertyName="Text" Type="String" />
        </SelectParameters>
    </asp:SqlDataSource>
    </asp:Content>
    voici le code aspx

Discussions similaires

  1. Erreur de compilation après modification du Uses
    Par DevelOpeR13 dans le forum Langage
    Réponses: 5
    Dernier message: 30/10/2007, 14h23
  2. Réponses: 2
    Dernier message: 23/09/2003, 14h32
  3. Réponses: 10
    Dernier message: 22/09/2003, 21h58
  4. Réponses: 4
    Dernier message: 27/08/2003, 21h34
  5. Réponses: 2
    Dernier message: 04/03/2003, 23h24

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo