Top Answerers

(last 30 days)

  1. mbanavige (5) MVP
  2. naspinski (2)
  3. johram (2)
  4. wconliffe (2)
  5. jimmy q (2)
  6. M imran shafiq (1)
  7. albertpascual (1) MVP
  8. ddill65 (1)
  9. anzer (1)
  10. DiscernIT (1)

more ...

HOW-TO: Export Charts to PDF

Create a PDF-friendly Graphics context using Infragistics.Documents classes:

  Report pdf = new Report();
  ISection pdfSection = pdf.AddSection();
  ICanvas canv = pdfSection.AddCanvas();
  Graphics g = canv.CreateGraphics();

After data binding WebChart, you render to a file that’s downloadable by users:

  webChart1.RenderPdfFriendlyGraphics(g);
  pdf.Publish("info.pdf",FileFormat.PDF);

NetAdvantage for ASP.NET - Try It Now.

Recommended Books

Joe Stagner
Microsoft’s Joe Stagner recommends the following books on ASP.NET.

Professional ASP.NET 3.5: in C# and VB
by Bill Evjen, Scott Hanselman, Devin Rader

ASP.NET 2.0 Illustrated
by Alex Homer, Dave Sussman

»  More Books


Page 1 of 382 (7625 items) 1 2 3 4 5 Next > ... Last »

Free For All

Thread Last Post Replies Views

C# Using Linq to Query DataTable and Bind to Gridview

by Bridge23

Not Resolved
Re: C# Using Linq...
by kipo
1 hour, 12 minutes ago
23 35,854

how rows get deleted auomatically in sql table after specific interval...

by vrush25

No Status
Re: how rows get...
2 hours, 59 minutes ago
2 67

Tell a Friend script help

by messerschmit

Not Resolved
Re: Tell a Friend...
5 hours, 34 minutes ago
2 162

Implementing Transactional Logic inside a module

by r_honey

Not Resolved
Re: Implementing...
6 hours, 0 minutes ago
2 95

how to edit rows in the gridview contol in windows form using vb.net

by nehakhanna

No Status
Re: how to edit...
6 hours, 31 minutes ago
2 142

EditBox.Text returns text from next record, not currently shown when...

by zombieboy

Not Resolved
Re: EditBox.Text...
6 hours, 57 minutes ago
1 59

making music in vb 2005(guitar pro,dj programs)

by theodora1

Not Resolved
Re: making music...
10 hours, 5 minutes ago
1 73

Building a forum

by mfouwaaz

No Status
Re: Building a forum
10 hours, 30 minutes ago
3 125

Yet another forum -- GPL license

by mfouwaaz

Not Resolved
Yet another forum...
15 hours, 21 minutes ago
0 11

VOIP and Asp.net

by anzer

No Status
Re: VOIP and Asp...
22 hours, 8 minutes ago
1 284

How to create mailservices(mailbox) like yahoo mail,gmail using asp...

by aquamohan

No Status
How to create mailservices...
22 hours, 55 minutes ago
0 34

Sharepoint development

by thuhue

Not Resolved
Re: Sharepoint development
05-16-2008, 2:02 AM
11 2,757

creating windows service application

by Nithila

Not Resolved
Re: creating windows...
05-15-2008, 9:54 PM
1 66

Automated testing with VS 2008

by pithhelmet

Not Resolved
Automated testing...
05-15-2008, 4:36 PM
0 22

Rich Text Box

by User73757

Not Resolved
Rich Text Box
05-15-2008, 12:31 PM
0 53

search and replace the whole line in a flat file

by kagome

Resolved
Re: search and replace...
05-15-2008, 11:36 AM
2 218

How to handle crash of windows service written in c#

by jainadha

Resolved
Re: How to handle...
05-15-2008, 10:36 AM
6 1,337

one table mapping with multiple classes in NHibernate & C#

by jainadha

Not Resolved
one table mapping...
05-15-2008, 10:34 AM
0 30

Run asp.net application on Linux

by ramesh.rathi

Not Resolved
Re: Run asp.net...
05-15-2008, 8:21 AM
1 72

WMI Problem

by aligenius

Not Resolved
WMI Problem
05-15-2008, 7:44 AM
0 32
More Options
Page 1 of 382 (7625 items) 1 2 3 4 5 Next > ... Last »