The C and C++ standards do not specify the order of evaluation for function arguments. This can lead to subtle portability problems. As I explained in my column last month (“As Precise As Possible”), ...
I know somefunction automatically has Object and EventArgs as arguments passed. Is it possible to have another argument, like say... onclick is server-side, so you can't put anything other than the ...