Salve a tutti. Ho un problema con l'inserire una scrollbar in una tabella.
Questo è il codice:

codice:
<ItemTemplate>
                                        <div id="CoassDestDIV" style="overflow: auto; position: relative;">
                                            <table id="Table1" border="0" width="97%" class="AZTblTable">                                            
                                                <tbody>
                                                    <tr>
                                                        <td class="AZTblSmallImageCell AZTblCell">
                                                            <asp:ImageButton ID="btnRimuovi" runat="server" ImageUrl="../i/icona_cancella.gif"
                                                                OnClick="btnRimuovi_Click" />
                                                        </td>
                                                        <td class="AZTblLeftAlignedCell">
                                                            <asp:Label ID="lblCompagnia" runat="server" Text='<%# Eval("xxxx")%>' />
                                                        </td>
                                                        <td class="AZTblRightAlignedCell" style="width:50px;">
                                                            <asp:TextBox ID="txtQuota" runat="server" Width="40" AutoPostBack="false" EnableViewState="true"
                                                                OnTextChanged="txtQuota_TextChanged" Style="text-align: right;" MaxLength="6" />%
                                                        </td>
                                                        <td class="AZTblCenteredCell" runat="server" style="width: 54px">
                                                            <asp:CheckBox ID="cbDelega" runat="server" Checked='<%# Eval("xxxx")%>'
                                                                AutoPostBack="false" OnCheckedChanged="cbDelega_CheckedChanged" />
                                                        </td>
                                                        <td class="AZTblRightAlignedCell" style="width: 72px">
                                                            <asp:Label ID="lblPremioAnnuo" runat="server" Text='<%# Eval("xxx")%>' />
                                                        </td>
                                                        <td class="AZTblRightAlignedCell">
                                                            <asp:Label ID="lblPremioAllaFirma" runat="server" Text='<%# Eval("xxx")%>' />
                                                        </td>
                                                    </tr>
                                                </div>
                                                </tbody>
                                                </table>
                                                
                                                
                                    </ItemTemplate>
Qui c'è il link per vedere come renderizza adesso la tabella.

]immagine[/URL]