Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8368

Re: Crystal Report paging problem

$
0
0

Hi Khan,

 

Try this way:

 

protected void Page_Init(object sender, EventArgs e)

                 {

                     if (!this.IsPostBack)

                     {

 

                     }

                     else

                     {

                         if (myReport != null)

                         {

                             crViewer.ReportSource = myReport;

                             crViewer.DataBind();

                         }

                                               

                     }

                 }

 

--Dhana


Viewing all articles
Browse latest Browse all 8368

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>