hi
I review the code, but i dont no what is the diferent between $(document).ready(function () and pageload
what's the meaning for this code, i use ajaxcontrol toolkit and updatepanel:
function pageLoad(sender, e) {
ReBindMyStuff();
}
function ReBindMyStuff() {
$(document).ready(function () {
StartScript();
});
}
$(document).ready(function () {
StartScript();
});
Go to the complete details ...