R
Ralph Soons
Hi all,
I have a problem with calling a function from a javascript in a aspx file
var refresh = "<%#CheckRefreshRequired()%>";
The first time this line is loaded, the refresh variable is filled with the
return value of the function.
When the page is loaded for the second time, the function isn't called any
more.
Does anyone have any idea why this happens?
Thanks for your help.
Ralph Soons
I have a problem with calling a function from a javascript in a aspx file
var refresh = "<%#CheckRefreshRequired()%>";
The first time this line is loaded, the refresh variable is filled with the
return value of the function.
When the page is loaded for the second time, the function isn't called any
more.
Does anyone have any idea why this happens?
Thanks for your help.
Ralph Soons