Salut
Est-il possible de créer un GridView ayant un scroll horizontal avec une méthode autre que le div ?
Merci pour votre aideCitation:
<div style="width:700px; overflow:auto;">
<asp:GridView ID="gdvDeclaration" . . .
</asp:GridView>
</div>
Titan