HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Module IIS Web Core Notification MapRequestHandler Handler StaticFile Error Code 0x80070002
protected void Button1_Click(object sender, EventArgs e) { SqlConnection objConn = new SqlConnection(); SqlCommand objCmd = new SqlCommand(); SqlDataAdapter dtAdapter = new SqlDataAdapter(); DataSet ds = new DataSet(); DataTable dt = null; string strConnString = null; string strSQL = null; strConnString = "Data Source=(local)\\SQLExpress05;Initial Catalog=KRIS;Integrated Security=SSPI"; strSQL = "SELECT * FROM reportProduct_V"; objConn.ConnectionString = strConnString; var _with1 = objCmd; _with1.Connection = objConn; _with1.CommandText = strSQL; _with1.CommandType = CommandType.Text; dtAdapter.SelectCommand = objCmd; dtAdapter.Fill(ds); dt = ds.Tables[0]; dtAdapter = null; objConn.Close(); objConn = null; ReportViewer1.LocalReport.DataSources.Add(new ReportDataSource("ReportDataSet_GoodsByDept", dt)); ReportViewer1.LocalReport.ReportPath = "RepGoodsByDept.rdlc"; ReportViewer1.LocalReport.Refresh(); }
<add name="Reserved-ReportViewerWebControl-axd" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler" resourceType="Unspecified"/>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง