javascript - 'length' is null or not an object -
button click, executes method, takes long (> 1 min time), populates grid within update panel. asyncpostbacktimeout="600" set, should plenty of time.
do locally , short , long duration works fine.
when deployed iis 7 short duration, don't experience trouble @ all.
however, longer ones give me following error:
edit: error on browser javascript console
message: 'length' null or not object line: 2 char: 18021 code: 0
edit: deployed on test server therefore below link not work straight off bat.
i don't know length coming from, other javascript have this:
<script type="text/javascript" language="javascript"> function cancelclick() { alert('changes have not been saved'); } function startprocedure() { document.getelementbyid("<%=lblexecute.clientid%>").innertext = "procedure executing"; } </script>
you miss "
@ end of = "procedure executing;
!
Comments
Post a Comment