Results 1 to 4 of 4

Thread: [2005] Print page

  1. #1

    Thread Starter
    Hyperactive Member anna7's Avatar
    Join Date
    Sep 2005
    Location
    Catalonia
    Posts
    481

    Question [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

  2. #2
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    Re: [2005] Print page

    You should use style sheets. See this

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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).

  4. #4
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    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
  •  



Click Here to Expand Forum to Full Width