Hi All !
I don't know if this is the right section to post this, but please feel free to move it if necessary.
As the subject have said, I am looking for a way to filter a listbox by date and time.
Some background:
I have a web aspx page in which allows an user to log in and upload .csv files to our server.
Once uploaded, it uses asyncfileupload and inserts the transactions from the csv file onto
a datatable and then onto a listbox. User then can multi-select the transactions and then click onto a button and it insert it into our DB
Now i am try to add code to filter the transactions by date and time, but it has been unsucessful.
Is there anyone that can direct me to some code or direction? I don't have really have any idea as half of the code was made by a colleague that left.
Furthermore, it has to be using VB language.
Thanks for your help
Go to the complete details ...