Skip to main content

Microsoft Silverlight

Unanswered Question Does Silverlight supports update panel.RSS Feed

(0)

balukr54
balukr54

Member

Member

124 points

143 Posts

Does Silverlight supports update panel.

Does silverlight supports update panel and animation in it.How can we implement it??

Thanks in advance

preishuber
preishuber

Contributor

Contributor

3570 points

655 Posts

Re: Does Silverlight supports update panel.

you mean ajax update panel? There is no realtion between it. AJAX is some kind of "big" jscript library. Silverligth applications can be controlled by jscript.

What is your goal?

-Hannes

http://www.preishuber.net http://weblogs.asp.net/hpreishuber

balukr54
balukr54

Member

Member

124 points

143 Posts

Re: Re: Does Silverlight supports update panel.

i need a update panel animation.

There should an animation when i am updating the datas from by page to server..

the link below shows such an animation.

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/UpdatePanelAnimation/UpdatePanelAnimation.aspx

thanks in advance for your help.

 

Amanda Wang - MSFT
Amanda W...

All-Star

All-Star

17241 points

1,466 Posts

Re: Re: Does Silverlight supports update panel.

Hi,

As Hannes said, there is no realtion between the Silverlight and Ajax.

Microsoft Silverlight is a cross-browser, cross-platform implementation of the .NET Framework for building and delivering the next generation of media experiences and rich interactive applications (RIA) for the Web. Silverlight unifies the capabilities of the server, the Web, and the desktop, of managed code and dynamic languages, of declarative and traditional programming, and the power of Windows Presentation Foundation (WPF).  The more you can refer this article: http://msdn.microsoft.com/en-us/library/bb404708(VS.95).aspx

But AJAX features include client-script libraries that incorporate cross-browser ECMAScript (JavaScript) and dynamic HTML (DHTML) technologies, and integration with the ASP.NET server-based development platform. By using AJAX features, you can improve the user experience and the efficiency of your Web applications. the more you try to refer this article: http://msdn.microsoft.com/en-us/library/bb398874.aspx

Abou the animation that you refered in your post, you can try implement it in the silverlight.you can create many kind of rich and colorful animation in silverlight. the more you can try to refer these links:

 

Amanda Wang
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.

coughlinj
coughlinj

Member

Member

334 points

114 Posts

Re: Re: Does Silverlight supports update panel.

The other's have done a good job of explaining that Silverlight is not javascript and does not have an 'update panel' but instead this kind of behavour is easily implimented through the framework.

In your silverlight app you will request data from the server via web services through the Window's Communication Framework (WCF).  To solve the problem you have presented I would suggest that you can start a Storyboard animation when you make your asynchronous call to the server.  All web service calls return the data through an event completed handler.  In this handler you can stop the busy / waiting Storyboard and perhaps kick off an updated Storyboard to present the new data.

Justin

balukr54
balukr54

Member

Member

124 points

143 Posts

Re: Re: Re: Does Silverlight supports update panel.

Thanks Justin...

i will try out this one...

pieterkersten
pieterke...

Member

Member

6 points

4 Posts

Re: Does Silverlight supports update panel.

No, Silverlight does not support update panels. The reason for this is easy, it wouldnt make any sence. Silverlight runs client side, using an update panel would send and receive the entire Silverlight application (resulting in a restart of your Silverlight application).

 Why do you need Silverlight to support update panels?

For some reason i didnt see the replies till I submitted this post....

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities