Click here to Skip to main content
15,900,644 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: url rewrite Pin
Parwej Ahamad7-Jul-11 7:04
professionalParwej Ahamad7-Jul-11 7:04 
QuestionASP.NET Auto-logout Pin
Aaron Hartley6-Jul-11 11:26
Aaron Hartley6-Jul-11 11:26 
AnswerRe: ASP.NET Auto-logout Pin
Not Active6-Jul-11 12:12
mentorNot Active6-Jul-11 12:12 
JokeRe: ASP.NET Auto-logout Pin
AspDotNetDev6-Jul-11 12:25
protectorAspDotNetDev6-Jul-11 12:25 
GeneralRe: ASP.NET Auto-logout Pin
Not Active6-Jul-11 12:58
mentorNot Active6-Jul-11 12:58 
QuestionSave webpage content in a PDF Pin
berba6-Jul-11 3:20
berba6-Jul-11 3:20 
AnswerRe: Save webpage content in a PDF Pin
#realJSOP6-Jul-11 8:39
professional#realJSOP6-Jul-11 8:39 
AnswerRe: Save webpage content in a PDF Pin
AspDotNetDev6-Jul-11 13:13
protectorAspDotNetDev6-Jul-11 13:13 
I actually did just that at one point. I found that the free libraries were crap (didn't render the page as expected). The way I got around it was to use a Windows Forms WebBrowser to render the page (on the server side), render that control to a bitmap (WebBrowser.DrawToBitmap), save that bitmap as a PNG, embed that PNG into a PDF (the free libraries seem to be capable of at least this), then return that PNG to the browser as raw byte data (this will help you figure that out). I also remember having to do some custom HTML parsing to print each page neatly. It's tricky, but can be done (took me 2-4 days IIRC). Google for anything above you don't know how to do (e.g., you can google for free PDF libraries).
Driven to the ARMs by x86.

AnswerRe: Save webpage content in a PDF Pin
Member 80703982-Sep-11 21:00
Member 80703982-Sep-11 21:00 
GeneralRe: Save webpage content in a PDF Pin
berba3-Sep-11 3:43
berba3-Sep-11 3:43 
QuestionGridView Column Width resizing with Mouse Darging Pin
vishnukamath5-Jul-11 23:02
vishnukamath5-Jul-11 23:02 
AnswerRe: GridView Column Width resizing with Mouse Darging Pin
Shahriar Iqbal Chowdhury/Galib6-Jul-11 1:06
professionalShahriar Iqbal Chowdhury/Galib6-Jul-11 1:06 
AnswerRe: GridView Column Width resizing with Mouse Darging Pin
Marikani P7-Jul-11 4:16
Marikani P7-Jul-11 4:16 
QuestionRegular Expression Pin
jashimu5-Jul-11 10:12
jashimu5-Jul-11 10:12 
AnswerRe: Regular Expression Pin
Shahriar Iqbal Chowdhury/Galib5-Jul-11 11:35
professionalShahriar Iqbal Chowdhury/Galib5-Jul-11 11:35 
GeneralRe: Regular Expression Pin
jashimu6-Jul-11 4:52
jashimu6-Jul-11 4:52 
GeneralRe: Regular Expression Pin
jashimu6-Jul-11 11:35
jashimu6-Jul-11 11:35 
AnswerRe: Regular Expression Pin
Keith Barrow5-Jul-11 23:42
professionalKeith Barrow5-Jul-11 23:42 
AnswerRe: Regular Expression Pin
berba6-Jul-11 20:56
berba6-Jul-11 20:56 
Questionftp security issues Pin
Paul McGann5-Jul-11 8:57
professionalPaul McGann5-Jul-11 8:57 
AnswerRe: ftp security issues Pin
David Mujica5-Jul-11 9:21
David Mujica5-Jul-11 9:21 
AnswerRe: ftp security issues Pin
GenJerDan5-Jul-11 10:26
GenJerDan5-Jul-11 10:26 
GeneralRe: ftp security issues Pin
Paul McGann5-Jul-11 11:10
professionalPaul McGann5-Jul-11 11:10 
GeneralRe: ftp security issues Pin
GenJerDan5-Jul-11 11:11
GenJerDan5-Jul-11 11:11 
GeneralRe: ftp security issues Pin
Paul McGann5-Jul-11 11:35
professionalPaul McGann5-Jul-11 11:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.