hello,
I have a program that will display the content of the file in a textbox. my program is based on scanning when user scan a barcode the information wil go into the file and at the same time it will display in the textbox so that user can see what they scanned. Everything is working fine but what i want to do is that i want the program to display me the last scanned item on the first line so that user dont have to scroll down to see which scanned was the last. user some time have more then 50 lines 1 line is one scan. i want to see the Last scan on the first line so every time user scan the scan will display on the first line rather then very last...
I am using asp.net
Thanks in advance