Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 10th, 2006, 03:25 PM
Registered User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can't show Crystal Report on webpage when Page.IsP

Trying to show a Crystal Report at WebForm1.aspx:

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
        'Put user code to initialize the page here
            If Not Page.IsPostBack Then
                showReport()


            End If
End Sub


Private Sub showReport()
  ' Filling DataTable
   '...
   crReportDocument.SetDataSource(MyDataTable)
   CrystalReportViewer1.ReportSource = crReportDocument


End Sub


Crystal Report shows on the web page very well. But if you click on
link page number 2, trying to get the next page, WebForm1.aspx will be
reloaded again, as page.ispostback. Then I can't see any more pages but
page1 of my Crystal Report. How could I show a Crystal Report, please?






Similar Threads
Thread Thread Starter Forum Replies Last Post
crystal report does not show up in vb6 JOAT VB How-To 9 January 15th, 2008 10:52 AM
Show OLAP Crystal Report with drill down in ASP SaralaManoharan Classic ASP Professional 1 October 2nd, 2007 06:00 AM
Can Crystal Report show dynamic picture? mohitchawla3 Crystal Reports 0 November 17th, 2006 02:43 AM
how to show user interface data in crystal report sanjay_jadam Crystal Reports 1 May 26th, 2005 02:25 AM
Pass String webpage to Crystal Report (formula) winnie1778 Crystal Reports 0 October 18th, 2003 01:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.