TomasGnG 😴
Explore posts from serversASPX Website: URL is getting cut by the browser because it seems too long
I dont have the code right now because that was at work but the aspx website was for redirecting to an internal archive website where I can create search parameters for documents. In the end the url was 2000 chars long or something and was always getting cut by the browser (tested with firefox, chrome and Microsoft Edge).
What could I do to bypass that url length limit?
Afaik the code was this:
Please @ me when you answer, thanks.
12 replies
❔ How to properly sort Tasks with dependents?
So I have a program where a user can write a text file with unlimited tasks (id, name, time and depends) which will be then serialized by the program. After the program read all correctly formatted tasks it will put all the tasks in a DataGridView but now I dont know how to sort the tasks.
Sorting:
1. Tasks that doesnt need any other tasks to be done
2. Tasks that have to be done for xy task
5 replies