F
faraz
I have a javascript function that i want to call masterpage load
method called. I cant add onLoad event of body or table in master
page.
I have put the call to script function in <form>, it works on every
pageLoad. seems my problem is solved. But when the pages uses
UpdatePanel and it gets asynchronously postback. the function call at
master page doesnt execute????? thought master page Load event gets
called even when pages are in updatePanel.
I want the particular function to be executed on every postback by
updatePanel.?/??
how can i do this..??
thanks for replies in advance.. it is urgent !
method called. I cant add onLoad event of body or table in master
page.
I have put the call to script function in <form>, it works on every
pageLoad. seems my problem is solved. But when the pages uses
UpdatePanel and it gets asynchronously postback. the function call at
master page doesnt execute????? thought master page Load event gets
called even when pages are in updatePanel.
I want the particular function to be executed on every postback by
updatePanel.?/??
how can i do this..??
thanks for replies in advance.. it is urgent !