Tagged Questions
1
vote
3answers
1k views
Check what control initiated AJAX Request
asp.net 2.0 / jQuery / AJAX
<script type="text/javascript">
//updated to show proper method signature
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_endRequest(hideMessage);
...
0
votes
2answers
2k views
jQuery's $() function always returns 'undefined' with AJAX
i've noticed that popup shows BEFORE text gets updated in the textbox, i guess js gets called before the page gets rendered ... that would explain the 'undefined' popup ... how do i make sure js gets ...