Results 1 to 2 of 2

Thread: [RESOLVED] Best choice for data output

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2012
    Posts
    22

    Resolved [RESOLVED] Best choice for data output

    Hello, I'm new here, so forgive me if this is not worded properly or I seem really stupid.

    I recently created a checkbook organizer in my VB.net class. I used a datagridview to output the transactions (input by user) into a datatable that was bound to the dgv.

    Now, i have to make a new program using ASP.net. I don't see the dgv option, so I'm looking for the best idea of how to output my results? I need something like a table that shows the following headers:

    Transaction Type | Transaction Date | ID# | Amount | Description

    After the headers are in place, i'll need to insert rows based on each transaction. Is there "best" option for what toolbox function to work with?

    I don't need the code, but a general tip would be a good starting point. Sample code won't hurt, but I just want to do it right and do it myself.

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Jan 2012
    Posts
    22

    Re: [RESOLVED] Best choice for data output

    Sorry, posted this in the wrong forum. I couldn't find a delete option, so i just marked it as resolved.

    Mods - please remove/delete this one if needed.

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