A
AAaron123
I have
<asp:GridView ID="GridViewListDataBases" runat="server" Style="width:900px"
with
GridViewListDataBases.DataBind()
in the code behind.
Produces many columns and the GridView become much too wide.
The 900px is ignored
I need it to remain confined with a scrollbar.
Can I do that?
Thanks in advance
<asp:GridView ID="GridViewListDataBases" runat="server" Style="width:900px"
</asp:GridView>
with
GridViewListDataBases.DataBind()
in the code behind.
Produces many columns and the GridView become much too wide.
The 900px is ignored
I need it to remain confined with a scrollbar.
Can I do that?
Thanks in advance