C
Chad
This question is one of pure curiosity. Clearly the url is incorrectly
formatted, but the funny is most of the time it works. Occasionally it
does not work. By not work I mean does not call page load. By work I
mean calls page load.
Sample failing url
sample.aspx?a=ON=
Sample working url
sample.aspx?a=ab=
Clearly the extra = is a problem, but why does page load only get
called some of the time? I am assuming this is because the query string
parser sometimes fails, but that really doesn't make a lot of sense.
formatted, but the funny is most of the time it works. Occasionally it
does not work. By not work I mean does not call page load. By work I
mean calls page load.
Sample failing url
sample.aspx?a=ON=
Sample working url
sample.aspx?a=ab=
Clearly the extra = is a problem, but why does page load only get
called some of the time? I am assuming this is because the query string
parser sometimes fails, but that really doesn't make a lot of sense.