How to generate and print text file using c# in asp.net.. help please..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajesh0303
    New Member
    • Jul 2008
    • 7

    How to generate and print text file using c# in asp.net.. help please..

    Hi,
    Iam new to c# and I want to generate a text file with information calling from database and with pre texts ....sample text of file is.
    Here XX are the data from databse..
    How can I do it?

    Need help please....

    School No.: 99999X School Name:

    Total Pupils:

    Boys: xx Girls: xx Total: xx

    Day: xx Boarder: xx Total: xx


    Total Records:

    Total Records of Type 09: xx

    Total Records of Type 10: xx

    Total Records of Type 12: x
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Please do not ask for code solutions on this forum. We are here to help you do your work, not to do it for you. Try something and post what you have tried, and we can try to help you to get that to work, but we won't design or code your program for you.

    Please read and follow the Posting Guidelines.

    MODERATOR

    Now, we have three articles that you should read. Once you are done reading them, you will have all the information needed to do your program yourself.

    How to use a database in your .net program
    How to use a database in your .net program part II
    Read/Write a text file in C#

    Comment

    Working...