|
|
|
สงสัยเกี่ยวกับการ Postback ของ Crytalreport ครับ ทำไมมันฟ้องให้ใส่ user pass ตลอด |
|
|
|
|
|
|
|
ทำไมเวลามีการคลิก zoom print หรือ ค้นหา ที่มีการ Postback มันฟ้องแบบนี้ทุกที
ตัวอย่างโค้ดผมครับ
Code (C#)
namespace testzero
{
public partial class WebFormReport1 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
var sr = Session["sendreport"];
CrystalReport1 cr = new CrystalReport1();
cr.SetDatabaseLogon("", "", "testzero.testjoin1", "ITdevicerecord.mdf");
cr.SetDataSource(sr);
CrystalReportViewer1.ReportSource = cr;
Session.Remove("sendreport");
}
else
{
var sr = Session["sendreport"];
CrystalReport1 cr = new CrystalReport1();
cr.SetDatabaseLogon("", "", "testzero.testjoin1", "ITdevicerecord.mdf");
cr.SetDataSource(sr);
CrystalReportViewer1.ReportSource = cr;
Session.Remove("sendreport");
}
DB ผมเป็น .net object ครับเป็น window auteintication ครับไม่มี user , password รบกวนด้วยครับขอบคุณล่วงหน้าครับ
Tag : .NET, Crystal Report, Web (ASP.NET), C#
|
|
|
|
|
|
Date :
2014-05-06 15:27:23 |
By :
ninjasand |
View :
759 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองตามด้านบนแล้วยังไม่ได้ครับ
|
|
|
|
|
Date :
2014-05-07 14:17:31 |
By :
ninjasand |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|