Browse by Tags

Sorry, but there are no more tags available to filter with.
Xaml and Media controls: giving them a new chance
Tue, Nov 20 2007 21:35
A long (long) time ago I've downloaded one of the ASP.NET future CTPS and was really annoyed with the Xaml and Media controls. Why? simple: they injected object tags on the page instead of generating JS code to perform those operations. The problem: you got one of those nasty "click to activate" messages when the page was hosted on IE. Now that... Read More...
by luisabreu | with no comments
Filed under: ,
Xaml and Media server controls
Sun, Jun 10 2007 21:57
Fritz Onion has a post on his blog about these two controls. Unfortunately, my experiences with these controls didn't run very well and I don't agree with him when he says that they provide a cool model to integrate silverlight content on the page. My main beef with them is that, unless they've changed something and have release a new version of the... Read More...
ASP.NET future bits: the Xaml server control
Mon, May 21 2007 23:13
In one word: needs improvements! If you use this control, you'll be able to insert a Silverlight control in your page. As you might expect, the server control lets you parameterize several of the properties of the Silverlight control. However, it'll generate an object or embedded tag (depends on the browser), which means that you'll get that annoying... Read More...