Hi friend and expert ,
  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.



    AllowPaging="True" BackColor="LightGoldenrodYellow" BorderColor="Tan"
  BorderWidth="1px" CellPadding="2"
  DataSourceID="SqlDataSource1" ForeColor="Black" GridLines="None"
  BorderStyle="Solid" HorizontalAlign="Left" AllowSorting="True">
 
 
 
 

 
 
    HorizontalAlign="Center" />
 
 
 
 
 
 

    ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>"
  SelectCommand="SELECT [ProductID], [ProductName], [UnitPrice], [QuantityPerUnit] FROM [Alphabetical list of products]">
 




Help me please..



Natchaya