Arranging a web page to print it.
-
Hi, I'm doing a web application in C# that makes multi-choice tests. I would like to show to the user the printable version of the test he has built. How could I show a page with its borders like it would be printed (like WORD does with "print preview"). Thanks, Oren, :laugh:
-
Hi, I'm doing a web application in C# that makes multi-choice tests. I would like to show to the user the printable version of the test he has built. How could I show a page with its borders like it would be printed (like WORD does with "print preview"). Thanks, Oren, :laugh:
If you are using VS 2005 to develop your application then I would suggest to create a report with user selection by using MS Reporting Services. Hope this helps... Difficult - > Challenging, this simple replacement made me take my life little easy;)
-
If you are using VS 2005 to develop your application then I would suggest to create a report with user selection by using MS Reporting Services. Hope this helps... Difficult - > Challenging, this simple replacement made me take my life little easy;)
-
If you are using VS 2005 to develop your application then I would suggest to create a report with user selection by using MS Reporting Services. Hope this helps... Difficult - > Challenging, this simple replacement made me take my life little easy;)
:(I didn't find MS Reporting Services in VS 2003, but I found that for windows form there is a function called "PrintPreview" or something like that, anybody knows about an equivalent function for Web Forms? Or another way to setup a page before printing it (the test that the user will build with our Web Application). Thanks, Oren, :laugh: