Search found 2 matches
- Tue Dec 16, 2003 12:25 pm
- Forum: .NET
- Topic: Print asp.net chart when TempChart is set to Session
- Replies: 1
- Views: 23450
I have found a solution to the problem described above: Remove the following line from Load method in GetChart.aspx: chartStream.Close()! Print will now work as you intended! The method will then look as: Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBas...
- Mon Dec 15, 2003 9:58 am
- Forum: .NET
- Topic: Print asp.net chart when TempChart is set to Session
- Replies: 1
- Views: 23450
Print asp.net chart when TempChart is set to Session
Hi I have an aps.net application with a chart. The TempChart property on the chart is set to "SESSION". The chart is created by the following code (and a file GetChart.aspx): Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim ch1 As Steema.TeeCh...