Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Print

Print

Scheduled Pinned Locked Moved ASP.NET
tutorialquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kjosh
    wrote on last edited by
    #1

    Hi, In my Gridview, I am displaying columns like the below: Col1 | Col2 | Col3 x | x | this is test. Abcfr mn some text some text, some text... In the third column col3: I have large text some more than 1000 characters of data. While displaying this large text, I am displayinh the first 25 characters. Here my requirement is while printing, I have to print complete data in that column. How to do this print? Thanks in advance

    C 1 Reply Last reply
    0
    • K kjosh

      Hi, In my Gridview, I am displaying columns like the below: Col1 | Col2 | Col3 x | x | this is test. Abcfr mn some text some text, some text... In the third column col3: I have large text some more than 1000 characters of data. While displaying this large text, I am displayinh the first 25 characters. Here my requirement is while printing, I have to print complete data in that column. How to do this print? Thanks in advance

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I suggest buying a book on ASP.NET so you understand what it is and what it does. Printing is done by the browser and not by your code. You need to display your text, in order for it to print.

      Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

      P 1 Reply Last reply
      0
      • C Christian Graus

        I suggest buying a book on ASP.NET so you understand what it is and what it does. Printing is done by the browser and not by your code. You need to display your text, in order for it to print.

        Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

        P Offline
        P Offline
        Paul Conrad
        wrote on last edited by
        #3

        Christian Graus wrote:

        suggest buying a book on ASP.NET so you understand what it is and what it does

        Why do I get this feeling there are a lot of questions in this forum posted by people who have no idea what ASP.NET really does? :suss:

        "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

        C 1 Reply Last reply
        0
        • P Paul Conrad

          Christian Graus wrote:

          suggest buying a book on ASP.NET so you understand what it is and what it does

          Why do I get this feeling there are a lot of questions in this forum posted by people who have no idea what ASP.NET really does? :suss:

          "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          because you're observant ? Of all the forums, this one is definitely the one with the lowest clue factor. What's worst is people who spawn processes and show message boxes that do what they want because they test locally ( so the client IS the server ) and then they get all confused when they deploy....

          Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

          P 1 Reply Last reply
          0
          • C Christian Graus

            because you're observant ? Of all the forums, this one is definitely the one with the lowest clue factor. What's worst is people who spawn processes and show message boxes that do what they want because they test locally ( so the client IS the server ) and then they get all confused when they deploy....

            Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.

            P Offline
            P Offline
            Paul Conrad
            wrote on last edited by
            #5

            Christian Graus wrote:

            because you're observant

            :)

            Christian Graus wrote:

            Of all the forums, this one is definitely the one with the lowest clue factor

            Yes, of the programming forums that is.

            "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups