OriginalGriff's tip
-
There's something wrong with link to OriginalGriff's tip: Transferring information between two forms, Part 2: Child to Parent Check the link: [Transferring information between two forms, Part 2: Child to Parent](http://www.codeproject.com/Tips/548131/Transferring-information-between-two-forms-Part-2-C) When you click on it, you'll be "transferred" to
404 Spoon not Found
site:Quote:
Do not try and find the page. That’s impossible. Instead only try to realise the truth
I'm using it quite often while answering QA questions. Can you fix it? BTW: other tips about transferring data between forms are OK.
-
There's something wrong with link to OriginalGriff's tip: Transferring information between two forms, Part 2: Child to Parent Check the link: [Transferring information between two forms, Part 2: Child to Parent](http://www.codeproject.com/Tips/548131/Transferring-information-between-two-forms-Part-2-C) When you click on it, you'll be "transferred" to
404 Spoon not Found
site:Quote:
Do not try and find the page. That’s impossible. Instead only try to realise the truth
I'm using it quite often while answering QA questions. Can you fix it? BTW: other tips about transferring data between forms are OK.
Hmmm. It seems to work for me. Could you please try clearing your cache and trying again?
Thanks, Sean Ewington CodeProject
-
Hmmm. It seems to work for me. Could you please try clearing your cache and trying again?
Thanks, Sean Ewington CodeProject
This was very strange. I tried to open OG's tip on Firefox and MS Edge. Both with the same result... I tried to use
CTRL+F5
, but it didn't help in FireFox. So, finally i followed by this instruction: [How to clear the Firefox cache | Firefox Help](https://support.mozilla.org/en-US/kb/how-clear-firefox-cache) -
This was very strange. I tried to open OG's tip on Firefox and MS Edge. Both with the same result... I tried to use
CTRL+F5
, but it didn't help in FireFox. So, finally i followed by this instruction: [How to clear the Firefox cache | Firefox Help](https://support.mozilla.org/en-US/kb/how-clear-firefox-cache)In my experience, Ctl-F5 doesn't clear the cache. It's more an instruction to reload the page from the source and ignore the cache. It doesn't always work - perhaps related to complexity in the back-end so you're reload may be correctly executed but the data request goes to where it was, before, as that's still cache related. Now you know how to really clear the cache. Something else, as a hint, that I've found useful: and an argument to the URL, like ?xyz=123 or &xyz=123 if there are other arguments. This informs the browser that it needs to look for updated data (or so it thinks). It can be stubborn. Where I work, with virtually everything web-base. My stuff all include a do-not-cache directive in every header.
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010