Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1466 Points
297 Posts
May 11, 2012 03:55 PM|LINK
chetan.sarode Sys.WebForms.PageRequestManager.getInstance().add_beginRequest( function(sender, e) { Fadein(); }); Sys.WebForms.PageRequestManager.getInstance().add_endRequest( function(sender, e) { var timer=setTimeout(Fadeout,5000); });
Sys.WebForms.PageRequestManager.getInstance().add_beginRequest( function(sender, e) { Fadein();
});
Sys.WebForms.PageRequestManager.getInstance().add_endRequest( function(sender, e) { var timer=setTimeout(Fadeout,5000);
Way to copy and paste the code from the post i linked......
teh munk
Participant
1466 Points
297 Posts
Re: AnimationExtender - Wait 5 seconds before starting a fadeout?
May 11, 2012 03:55 PM|LINK
Way to copy and paste the code from the post i linked......