I inherited a project last week written in ASP/C#, and since I've never worked with ASP (and my web skills are incredibly lacking anyways), I have a feeling this won't be the only question I have.
I have a page that displays a bunch of data and two radio buttons to select the units to display the data in (metric/english). Teh page loads on metric and eveything is good. I click english, the page reloads, but the data is still in metric. Now I click metric, the page reloads, and the data shows up in english units.
The first thing I thought was the obvious 'oops, the radio buttons are backwards,' but that's not the case. If it's in the debugger, I hit my breakpoints in the correct convert method, the modified values just don't display until I click another radio button. (I even added a third radio button to test with ('fake units') and it was one behind, not just wrong )
Anyone have any ideas what I'm missing here? Or any ideas where to look?
Thanks,
LF
--
Any sufficiently advanced bug is indistinguishable from a feature.