2012年3月10日土曜日

run javascript everytime

pageLoad() will execute on the client side on initial load and after every async postback.

If you don't want it to execute on the initial load, you can handle theEndRequest event instead.


hello.

and if you're inserting the script from the server side, then take a look at the registerXXX static methods available from the scriptmanager class.


Thank you for the help.

rod.


good job rodchar...

0 件のコメント:

コメントを投稿