Question : Asp.net: My DataPager crashes the application on next page, I get a Connection Error from the browser.

My DataPager crashes the application on next page, I get a Connection Error from the browser. I don't believe it is my code (see code block) it was working. But I do believe it has something to do with the enteraction with my ListView1. I could be something base on viewstate or what have you.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<asp:DataPager ID="DataPager1" runat="server" PagedControlID="ListView1" 
        PageSize="5">
        <Fields>
            <asp:NextPreviousPagerField PreviousPageText="&lt;" ShowFirstPageButton="true"
                ShowNextPageButton="False" />
            <asp:NumericPagerField />
            <asp:NextPreviousPagerField NextPageText="&gt;" ShowLastPageButton="True" 
                ShowPreviousPageButton="False" />
        </Fields>
      </asp:DataPager>

Answer : Asp.net: My DataPager crashes the application on next page, I get a Connection Error from the browser.

Can you paste the screen shot of the error message page? Thanks. Ronney
Random Solutions  
 
programming4us programming4us