Hi,
In my web site I have some long tasks that I want to call without delaying the page rendering - without making the thread that handels the page request wait for the long task to end.
I found two solutions but I can't figure out which one is better?
1. Asynchronous OneWay WebService:
- Declare a OneWay method for the long task inside an asmx file in my website and WebReference it....
User Profile
Collapse
-
Can I cache a UserControl and vary it by a hidden field in the page?
Hi,
I want my cache of the Usercontrol to change for a param that I can change in the PageLoad, is it possible?
thanks -
sirmoreno started a topic window.onbeforeunload: how to change the message? and is preventing cache?in Javascriptwindow.onbeforeunload: how to change the message? and is preventing cache?
Hi,
I want to confirm if the user wants to exist the page without any save. my code:
[CODE=javascript]<script language="javas cript" type="text/javascript">
window.onbefore unload = confirmExit;
function confirmExit(){
return 'Exit without save';
}
</script>
[/CODE]
This works well, But the message that is...
No activity results to display
Show More