I'm new for ASP.Net anyway will practice .
I need help . I wonder why for my Master page and Default page.
Master page, I already created the style .
I place gridview to Default.cs page and already set the width and height but , the result data is over the div .
I place the code as below.
BorderWidth="1px" CellPadding="2"
DataSourceID="SqlDataSource1" ForeColor="Black" GridLines="None"
BorderStyle="Solid" HorizontalAlign="Left" AllowSorting="True">
SelectCommand="SELECT [ProductID], [ProductName], [UnitPrice], [QuantityPerUnit] FROM [Alphabetical list of products]">
Help me please..
Natchaya
Replies
Know the answer? Post it — somebody with the same question will find it here.