Monday 28 July 2014

executeQueryAsync on Success is not working after button Click

Problem: After button click, on success is not working
Root Cause: I was using <button id="btnS">Click</button> instead of  <input id="btnS" value="Submit" type="button" />
Solution:
Use <input id="btnS" value="Submit" type="button" />