|
![](/images/resource/spacer.gif) |
|
สอบถามการส่งค่าจาก Textbox จากหน้า1ไปอีกหน้า2 โดยที่หน้าที่2นั้นต้องส่ง Paramrter ไปยัง crystal report |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
คือผมต้องการส่งค่าวันที่ โดยค่านั้นจะมี2ค่า 1.ค่าวันที่เริ่ม 2.ค่าวันที่สิ้นสุด
![da da](https://www.thaicreate.com/upload/stock/20151113134025.png?v=1001)
ผมต้องการส่งค่าใน Textbox นั้นไปยังPageที่2 โดนที่ page ที่2 นั้นจะส่งค่า parameter ไปให้ crystal report ด้วย
ผมลองทำได้แต่ส่งค่าเดียว พอส่ง2ค่าผมเลยงงอ่ะครับง่าจะเขียนยังไง
Code (C#)
protected void cmdPrint_Click(object sender, EventArgs e)
{
string temp = dtpDate1.Text;
string temp1 = dtpDate2.Text;
//Response.Redirect("report-jobm.aspx?startdate=" + _temp );
Response.Redirect("report-jobm.aspx?startdate=" + _temp + " to " + _temp1);
}
Page ที่ 2
Code (C#)
void ConfigureCrystalReports()
{
string startdate = Request.QueryString["startdate"];
string enddate = Request.QueryString["to"];
CrystalDecisions.CrystalReports.Engine.ReportDocument rptReport
= new CrystalDecisions.CrystalReports.Engine.ReportDocument();
rptReport.Load(Server.MapPath("report4.rpt"));
rptReport.SetParameterValue("startdate", Request.QueryString["startdate"]);
rptReport.SetParameterValue("end_date", Request.QueryString["to"]);
rptReport.SetDatabaseLogon("sa", "pa2ssword");
CrystalReportViewer1.ReportSource = rptReport;
Session["ReportSource1"] = rptReport;
}
protected void Page_Init(object sender, EventArgs e)
{
if (Session["ReportSource1"] != null)
{
CrystalReportViewer1.ReportSource = Session["ReportSource1"];
}
}
Tag : .NET, Ms SQL Server 2008, Crystal Report, Reporting Service, Web (ASP.NET), C#
![](/images/adv.jpg?v=1001)
|
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-11-13 14:00:43 |
By :
toey1 |
View :
866 |
Reply :
2 |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ขอบคูณครับ
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-11-14 15:14:47 |
By :
toey1 |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 04
|