Posted on: 2/4/2014 9:05:56 PM | Views : 675

i created a website using asp.net framework. in the development everything is working fine but when hosted it some webpage stop working. the page is the page that has gridview in it. this is the codes in source view     <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="true"         CellPadding="4"                  style="top: 315px; left: 47px; position: absolute; height: 121px; width: 979px"         AllowPaging="True" BackColor="White" BorderColor="#CC9966" BorderStyle="None"         BorderWidth="1px">         <Columns>           & ...

Go to the complete details ...