printing problem?
-
i have to Make a GridView with print option (Inherit the GridView control and add a print method). The print button should print all the rows in the gridview. There should an option to print no of rows perpage. . i have to use GDI printing APIs for printing.
Maifs
-
i have to Make a GridView with print option (Inherit the GridView control and add a print method). The print button should print all the rows in the gridview. There should an option to print no of rows perpage. . i have to use GDI printing APIs for printing.
Maifs
So, get started - you'll finish quicker that way! Was there a question you wanted to ask?
No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones
-
i have to Make a GridView with print option (Inherit the GridView control and add a print method). The print button should print all the rows in the gridview. There should an option to print no of rows perpage. . i have to use GDI printing APIs for printing.
Maifs
When faced with a problem like this, you have to ask yourself a question. "Am I so brilliant that I have thought of doing something so extraordinary that no one has thought of doing it before?" In 999,999,999 cases out of 1,000,000,000 cases the answer is going to be NO. If the answer is yes, ask here. In all other cases Google the bloody thing!!!
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
When faced with a problem like this, you have to ask yourself a question. "Am I so brilliant that I have thought of doing something so extraordinary that no one has thought of doing it before?" In 999,999,999 cases out of 1,000,000,000 cases the answer is going to be NO. If the answer is yes, ask here. In all other cases Google the bloody thing!!!
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
can you tell me that which type of quesiotns have to be asked here? its a realy so pythetic answer.
Maifs
The sort of questions that should be asked here are those concerning a piece of code that you have written, that is not working in the way you expect, or at all. This is CodeProject. The important points to remember here are a) code b) you have written There are so many solutions to this problem on the internet that people are reluctant to answer, because it is perceived (may not be true but it is perceived) that you are too lazy to either Google, or try for yourself. Find something on the Internet that most nearly suits your situation and try to implement it. If you get stuck then or do not understand part of it then ask here with a code snippet that is relevant (properly formatted, of course) and any error messages. For goodness sake Google for print datagrid c# or print datagridview c# whichever applies. Pick one and have a go. All of this advice is free, there is no need to thank me!
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”