Some clilent side javascript code of my newly developed HR Quiz Bank refused to work last Saturday afternoon during the last minute before UAT while it ran perfectly on my own machine. It took me about one hour to realize that it was all because of a compatility issue between Microsoft .Net framework 1.1 and 1.0, the one installed on my own machine is 1.0.3705 while the UAT server is equipped with 1.1. Before .Net framework 1.1, when you put a checkbox into a template column of DataGrid, Microsoft will enclose it with a span element, however, this span element is removed on 1.1 platform.
AutoPostBack="False" onclick="javascript:positionChanged(this)">
No comments:
Post a Comment