citizenzen
Programmer
Hello.
I am using c# and as I am wrapping upi my project, i have to make sure that the GridViews resize if the user minimizes or resizes the page. How can i accomplish this task?
here's an example of what i have, but it doesn't seem to work if the user resizes the page:
I am using c# and as I am wrapping upi my project, i have to make sure that the GridViews resize if the user minimizes or resizes the page. How can i accomplish this task?
here's an example of what i have, but it doesn't seem to work if the user resizes the page:
Code:
<asp:GridView ID="MasterGridGV" runat="server" CellPadding="4" DataKeyNames="SubNum" DataSourceID="DubsDetDS" ForeColor="#333333" BorderWidth="1px" BorderColor="#cccccc" GridLines="None" AutoGenerateColumns="False" Width="100%" HeaderStyle-Wrap="true" PagerStyle-Wrap="true">
DATA HERE....
</asp:GridView>