posts - 315, comments - 268, trackbacks - 15

My Links

News

View Pietro Libro's profile on LinkedIn

DomusDotNet
   DomusDotNet

Pietro Libro

Tag Cloud

Article Categories

Archives

Post Categories

Blogs amici

Links

PDF

There are 1 entries for the tag PDF
Content-disposition, ContentType e PDF

Supponiamo di avere un'applicazione web (classica gestione dei preventivi web, ad esempio), che al termine di una serie di operazioni produce un file pdf (il preventivo). Se volessimo rendere scaricabile/apribile il file senza che l'utente debba nuovamente fare click su di un collegamento, al termine delle operazioni potremmo eseguire il redirect verso una pagina contenente del tipo: 1 protected void Page_SaveStateComplete(object sender, EventArgs e) 2 { 3 try 4 { 5 RenderDocument(this.Context); 6 } 7 ...

posted @ martedì 13 maggio 2008 15:04 | Feedback (7) | Filed Under [ C# ]

Powered by:
Powered By Subtext Powered By ASP.NET