Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting criteria and calling report
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Getting criteria and calling report
Divers
Thread ID:
00941623
Message ID:
00941623
Vues:
52
Hi - I am struggling with a problem in my ASP.NET project. Normally I use something like this to call reports up in a new browser window...
strpage = "MyReportPage.aspx?TransactionID=" & CType(Request("RecordID"), String)
btnPrint.Attributes.Add("onclick", "javascript: void LaunchReport('" & strPage & "')")
In the Page_Load of MyReportPage I call my stored procedure and then call the crystal report.

This works OK for reports when there's no criteria, but now I have a page with to and from date entry textboxes and I want to pass that information into the page that us loaded by the javascript so that the stored procedure will return the filtered data.

How can I achieve this?

Thanks
Chris Maiden
Email
Web
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform