-
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
-
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
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.
-
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.
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
-
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
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.
-
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.
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
ASP.NET
5
Posts
3
Posters
0
Views
1
Watching