473,394 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Printing in ASP.NET

Hi all.
I have a form with some information that the user has to fill in.
At the end of the process I need to print a summary of the information.

What is the best way to print the data?
Maybe I should open a new page as the "invoice" ?
Please dont suggest window.print() :)

TIA
Guy
Oct 9 '06 #1
6 1544
I have a form with some information that the user has to fill in.
At the end of the process I need to print a summary of the information.

What is the best way to print the data?
Maybe I should open a new page as the "invoice" ?
Grab the data server side, reformat it, send it back to the browser. Then
the end user can hit the PRINT button and print it.

Printing is really a browser function...not a function of ASP.net

-Darrel
Oct 9 '06 #2
Darrel
If it was simple - I could find the solution myself :)
I do not want to print the document but some other data that might be
calculated from the text the user inserted in the form.

Can I just print what ever i want to the printer?
like in vb : printer.print "sample"

TIA
Guy

"darrel" <no*****@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>I have a form with some information that the user has to fill in.
At the end of the process I need to print a summary of the information.

What is the best way to print the data?
Maybe I should open a new page as the "invoice" ?

Grab the data server side, reformat it, send it back to the browser. Then
the end user can hit the PRINT button and print it.

Printing is really a browser function...not a function of ASP.net

-Darrel

Oct 9 '06 #3
No. You need to render anything you want to print in a browser window, then
window.print. Otherwise, you will need to download and install a component
on the client system

Jeff

"Guy Cohen" <no*****@please.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Darrel
If it was simple - I could find the solution myself :)
I do not want to print the document but some other data that might be
calculated from the text the user inserted in the form.

Can I just print what ever i want to the printer?
like in vb : printer.print "sample"

TIA
Guy

"darrel" <no*****@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>I have a form with some information that the user has to fill in.
At the end of the process I need to print a summary of the information.

What is the best way to print the data?
Maybe I should open a new page as the "invoice" ?

Grab the data server side, reformat it, send it back to the browser. Then
the end user can hit the PRINT button and print it.

Printing is really a browser function...not a function of ASP.net

-Darrel


Oct 9 '06 #4
You could use a print/screen specific styles so that you don't print what is
on screen but prints something not shown on screen.

In all cases you need to render what you want to print (even if not visible
on screen).

--
Patrice

"Guy Cohen" <no*****@please.coma écrit dans le message de news:
%2****************@TK2MSFTNGP04.phx.gbl...
Darrel
If it was simple - I could find the solution myself :)
I do not want to print the document but some other data that might be
calculated from the text the user inserted in the form.

Can I just print what ever i want to the printer?
like in vb : printer.print "sample"

TIA
Guy

"darrel" <no*****@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>I have a form with some information that the user has to fill in.
At the end of the process I need to print a summary of the information.

What is the best way to print the data?
Maybe I should open a new page as the "invoice" ?

Grab the data server side, reformat it, send it back to the browser. Then
the end user can hit the PRINT button and print it.

Printing is really a browser function...not a function of ASP.net

-Darrel


Oct 9 '06 #5
Jeff

I was thinking to do so
Can you please tell me how to create a new browser window (probably hidden)
and print it?
Or should I include a invoice.aspx page in the solution and put the info
there and then print it.........?
Guy
"Jeff Dillon" <je****@nowhere.comwrote in message
news:Od**************@TK2MSFTNGP05.phx.gbl...
No. You need to render anything you want to print in a browser window,
then window.print. Otherwise, you will need to download and install a
component on the client system

Jeff

"Guy Cohen" <no*****@please.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
>Darrel
If it was simple - I could find the solution myself :)
I do not want to print the document but some other data that might be
calculated from the text the user inserted in the form.

Can I just print what ever i want to the printer?
like in vb : printer.print "sample"

TIA
Guy

"darrel" <no*****@nowhere.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>>I have a form with some information that the user has to fill in.
At the end of the process I need to print a summary of the information.

What is the best way to print the data?
Maybe I should open a new page as the "invoice" ?

Grab the data server side, reformat it, send it back to the browser.
Then the end user can hit the PRINT button and print it.

Printing is really a browser function...not a function of ASP.net

-Darrel



Oct 9 '06 #6
Can you please tell me how to create a new browser window (probably
hidden) and print it?
We seem to be going in circles here, Guy.

If you want the end user to print something, it has to be sent to the
browser.
Or should I include a invoice.aspx page in the solution and put the info
there and then print it.........?
yes, that's exactly what we're saying. Show the 'receipt' on-screen, at
which point they can print it if they want to.

-Darrel
Oct 9 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jody Gelowitz | last post by:
I am having a problem with printing selected pages. Actually, the problem isn't with printing selected pages as it is more to do with having blank pages print for those pages that have not been...
0
by: Programatix | last post by:
Hi, I am working on the PrintDocument, PrintDialog, PageSetupDialog and PrintPreviewControl components of Visual Studio .NET 2003. My developement machine is running Windows XP. There are...
9
by: Jody Gelowitz | last post by:
I am trying to find the definition of "Safe Printing" and cannot find out exactly what this entitles. The reason is that I am trying to print contents from a single textbox to no avail using the...
4
by: Suzanka | last post by:
Hello, I have an application written in C# on visual studio .NET. It is a web aplication. The application consists of many different forms, that users occassionaly want to print out for filing....
4
by: Arif | last post by:
I C# code prints very slow as compared to a third party barcode printing software. That software prints approximately 10 labels in 2 seconds while my C# code prints 10 labels in 5 to 6 seconds. And...
6
by: Siv | last post by:
Hi, I am getting into printing with VB.NET 2005 and want to implement the usual capability that a user can select a selection of pages. I have a report that is generated by my application that if...
8
by: Neo Geshel | last post by:
Greetings. BACKGROUND: My sites are pure XHTML 1.1 with CSS 2.1 for markup. My pages are delivered as application/xhtml+xml for all non-MS web clients, and as text/xml for all MS web...
0
by: nikhilgargi | last post by:
Requirement: I need to provide printing capability in a C# desktop application that I am developing The documents that need to be printed can be in Rich Text Format (RTF) or HTML. Custom...
18
by: Brett | last post by:
I have an ASP.NET page that displays work orders in a GridView. In that GridView is a checkbox column. When the user clicks a "Print" button, I create a report, using the .NET Framework printing...
0
it0ny
by: it0ny | last post by:
Hi guys, thanks I am fairly new to this forum so I hope I chose the right place to post this question. I try to make my program printout a deposit's report. I created a class to store the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.