1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : 10 : 11 : 12 : 13 : 14 : 15 : 16 : 17 : 18 : 19 : 20 : 21 : 22 : 23 : 24 : 25 : 26 : 27 : 28 : 29 : 30 : 31 : 32 : 33 : 34 : 35 : 36 : 37 : 38 : 39 : 40 : 41 : 42 : 43 : 44 : 45 : 46 : 47 : 48 : 49 : 50 : 51 : 52 : 53 : 54 : 55 : 56 : 57 : 58 :
-1) { setDynamicDB () ; } si (CrystalReportSource1.Report.FileName ! = reportName) CrystalReportSource1.Report.FileName = reportName ; } btnBack_Click vide protégé (expéditeur d'objet, EventArgs e) { Response.Redirect (« f_MenuReports.aspx ») ; } setDynamicDB vide privé () { essai { conStr de corde = System.Configuration.ConfigurationManager.AppSettings [« WannalancitConnectionString »] ; strReportPath de corde = Server.MapPath (« ~/Reports/testuntrained.rpt ») ; sqlConnection de //SqlConnection = nouveau SqlConnection (conStr) ; connectionInfo de corde = conSettings.ConnectionString ; sqlConnection de SqlConnection = nouveau SqlConnection (connectionInfo) ; Commande de SqlCommand = nouveau SqlCommand () ; Command.Connection = sqlConnection ; Command.CommandText = « UnTrainedReport » ; Command.CommandType = CommandType.StoredProcedure ; Adapteur de SqlDataAdapter = nouveau SqlDataAdapter (commande) ; dsUntrainedRpt ds = nouveau dsUntrainedRpt () ; Adapter.Fill (ds, « UntrainedReport ») ; Cr de ReportDocument = nouveau ReportDocument () ; Cr. Charge (strReportPath) ; cr.SetDataSource (ds. Tableaux [« UntrainedReport »]) ; CrystalReportViewer1.ReportSource = Cr ; } crochet (exception exp) { lblErrorMsg.Text = exp. Message ; } } }
1 : 2 : 3 : 4 :
fonction ShowPhoto (equipid) { vara de variété = « /EquipmentPhotos/pic » + equipid + » .jpg " ; document.getElementById (« EquipPhoto ").setAttribute (« src », vara) ; }