|
-
May 28th, 2007, 12:36 PM
#1
Thread Starter
Hyperactive Member
[2005] Print page
Hi,
I have a web form with many combobox, textboxes, etc. In this web form, I have a button for to print all the values of this Web Form.
How I can print the values of this controls without print the controls? Only I want to print the text.
Regards
-
May 29th, 2007, 08:23 AM
#2
Re: [2005] Print page
You should use style sheets. See this
-
May 30th, 2007, 07:33 AM
#3
Re: [2005] Print page
In your case, what you need is a separate 'print.aspx' page. When the user clicks on print, open a new page (either in popup or just navigate to it) and pass along all the values the user filled out. The difference of course will be that all the values he filled out will be in labels rather than in textboxes. You can then call the window.print() method (javascript).
-
May 30th, 2007, 08:39 AM
#4
Re: [2005] Print page
Sorry misread the question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|