Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
See more:
I use Ajax Update Panal many time,

Now i use it For Show & hide one panal on Butten Click

But my problem it work very fast,
i want set time, then update panal work smoothly Like JavaScript,

And show panal slowly Slowly,

So i just want to ask you that, there is any property of Ajax panal for set Timing, Or any other Trick for this ... Plz Help
Posted
Comments
Sergey Alexandrovich Kryukov 9-Oct-13 1:36am    
Excuse me, what does it mean, "panal"?
—SA

I'm not sure I could understand your question, but probably you need animation for Ajax Control Toolkit. If so, please see:
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/UpdatePanelAnimation/UpdatePanelAnimation.aspx[^] (with demo).

To see the slow animated motion, click on the button "Update".

See also: http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Walkthrough/AnimationReference.aspx[^].

—SA
 
Share this answer
 
v2
Comments
Arun kumar Gauttam 9-Oct-13 2:17am    
Thanks........
Sergey Alexandrovich Kryukov 9-Oct-13 2:20am    
You are welcome.
Good luck, call again.
—SA
You can try the below link which can be used to delay your display of the panel using a timer control .

http://www.aspsnippets.com/Articles/Delay-Load-Lazy-Load-UpdatePanel-using-Timer-Control-in-ASP.Net.aspx[^]

Hope this helps...
 
Share this answer
 
Comments
Arun kumar Gauttam 9-Oct-13 2:17am    
thanks.........
JoCodes 9-Oct-13 5:18am    
You are welcome...Glad to know that it helped you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900