s4n44.blogspot.com
A New Age: Silverlight: décembre 2008
http://s4n44.blogspot.com/2008_12_01_archive.html
A New Age: Silverlight. Vendredi 26 décembre 2008. Redirection: Ouvrir une page dans une nouvelle fenêtre. Un des moyens de rediriger l'utilisateur vers une 2ème page en ouvrant celle ci dans une nouvelle fenêtre consiste à utiliser JavaScript comme suit:. Url = http:/ msdn.microsoft.com. Response.Write( script window.open('. Url '); /script. Publié par RAMZI Sanaa. Liens vers cet article. ListBox: Sélectionner plusieurs lignes (Items) à partir du code behind. ListBox1.Items[0].Selected = true.
s4n44.blogspot.com
A New Age: Silverlight: Javascript Review
http://s4n44.blogspot.com/2010/10/javascript-preview.html
A New Age: Silverlight. Lundi 4 octobre 2010. Is what the language is usually called. However, the name JavaScript is owned by Netscape. Microsoft calls its version of the language JScript. The generic name of the language is EcmaScript. Difference between Javascript and JScript :. Http:/ javascript.about.com/od/reference/a/jscript.htm. Document.write( Hello World! Javascript in the Head section :. Alert( This alert box was called with the onload event. For browsers that do not support JavaScript :.
s4n44.blogspot.com
A New Age: Silverlight: octobre 2010
http://s4n44.blogspot.com/2010_10_01_archive.html
A New Age: Silverlight. Mercredi 6 octobre 2010. Http:/ www.asp.net/ajax/ajaxcontroltoolkit/Samples/Default.aspx. Publié par RAMZI Sanaa. Liens vers cet article. Web forms : Relative and Absolute positionning. Http:/ blogs.msdn.com/b/webdevtools/archive/2008/03/11/absolute-and-relative-positioning-in-visual-web-developer-2008-designer.aspx. Http:/ msdn.microsoft.com/en-us/library/ms533005%28VS.85%29.aspx. Publié par RAMZI Sanaa. Liens vers cet article. Lundi 4 octobre 2010. Alert( You pressed Cancel!
s4n44.blogspot.com
A New Age: Silverlight: mars 2009
http://s4n44.blogspot.com/2009_03_01_archive.html
A New Age: Silverlight. Mardi 24 mars 2009. Formatage de la date en C#. LblMessage.Text = DateTime. Cette instruction affiche la date :. Pour afficher cette date selon le format jj/MM/aaaa:. LblMessage.Text = DateTime. Http:/ msdn.microsoft.com/en-us/library/system.globalization.datetimeformatinfo(VS.71).aspx. Publié par RAMZI Sanaa. Liens vers cet article. Mercredi 18 mars 2009. Upload de fichiers avec asp.net 2.0 : taille du fichier. Comment changer la taille limite? Les modifications dans web.conf...
s4n44.blogspot.com
A New Age: Silverlight: mars 2010
http://s4n44.blogspot.com/2010_03_01_archive.html
A New Age: Silverlight. Vendredi 5 mars 2010. Silverlight 3: Copier Coller du texte. La version 3 de SL ne permet pas d'avoir le menu contextuel habituel en faisant un click droit, donc pas possible de faire du copier/coller avec click droit. en effet, le click droit sera géré dans Silverlight 4. Cet article présente une solution pour contourner le problème :. Http:/ geekswithblogs.net/bdiaz/archive/2010/03/01/a-simple-selectable-silverlight-textblock-sort-of.aspx. Publié par RAMZI Sanaa.
s4n44.blogspot.com
A New Age: Silverlight: SL Custom Controls
http://s4n44.blogspot.com/2010/04/sl-custom-controls.html
A New Age: Silverlight. Mercredi 21 avril 2010. Http:/ msdn.microsoft.com/en-us/magazine/cc721611.aspx#id0430049. Step 1: Create a New Silverlight Project. Step 2: Derive from Control (or ContentControl). Step 3: Create a Control Template. Step 4: Create a Default Control Template. Step 5: Add Template Bindings. Step 6: Replace TextBlock with ContentPresenter. Step 7: Add a Click Event. Step 8: Add Visual States. Publié par RAMZI Sanaa. Inscription à : Publier les commentaires (Atom).
s4n44.blogspot.com
A New Age: Silverlight: mai 2009
http://s4n44.blogspot.com/2009_05_01_archive.html
A New Age: Silverlight. Vendredi 8 mai 2009. Cycle de vie dun logiciel. Alpha = beta = RC (Release Candidate) = RTM (Release To Marketing) . Http:/ en.wikipedia.org/wiki/Software release life cycle. Publié par RAMZI Sanaa. Liens vers cet article. Inscription à : Articles (Atom). Http:/ bettysus.blogspot.com/. Http:/ odinia.blogspot.com/. Http:/ oudinia.blogspot.com. Http:/ mounafia.blogspot.com/. Http:/ younesouhbi.blogspot.com/. Cycle de vie dun logiciel. Afficher mon profil complet.
s4n44.blogspot.com
A New Age: Silverlight: Silverlight: UserControl vs CustomControl
http://s4n44.blogspot.com/2010/08/silverlight-usercontrol-vs.html
A New Age: Silverlight. Mercredi 18 août 2010. Silverlight: UserControl vs CustomControl. Http:/ channel9.msdn.com/posts/jbienz/Creating-Lookless-Controls-for-WPF-and-Silverlight/. Publié par RAMZI Sanaa. Inscription à : Publier les commentaires (Atom). Http:/ bettysus.blogspot.com/. Http:/ odinia.blogspot.com/. Http:/ oudinia.blogspot.com. Http:/ mounafia.blogspot.com/. Http:/ younesouhbi.blogspot.com/. Silverlight: UserControl vs CustomControl. Afficher mon profil complet.
s4n44.blogspot.com
A New Age: Silverlight: août 2010
http://s4n44.blogspot.com/2010_08_01_archive.html
A New Age: Silverlight. Mercredi 18 août 2010. Silverlight: UserControl vs CustomControl. Http:/ channel9.msdn.com/posts/jbienz/Creating-Lookless-Controls-for-WPF-and-Silverlight/. Publié par RAMZI Sanaa. Liens vers cet article. Inscription à : Articles (Atom). Http:/ bettysus.blogspot.com/. Http:/ odinia.blogspot.com/. Http:/ oudinia.blogspot.com. Http:/ mounafia.blogspot.com/. Http:/ younesouhbi.blogspot.com/. Silverlight: UserControl vs CustomControl. Afficher mon profil complet.
s4n44.blogspot.com
A New Age: Silverlight: février 2010
http://s4n44.blogspot.com/2010_02_01_archive.html
A New Age: Silverlight. Mardi 23 février 2010. Cacher le DataPager si une seule ligne de données à afficher. Http:/ blogs.msdn.com/mairaw/archive/2008/03/25/how-to-hide-a-datapager-control-when-there-is-only-one-page-of-data.aspx. Publié par RAMZI Sanaa. Liens vers cet article. Mercredi 10 février 2010. I'm creating styles for SL3 controls, and probably will turn to creating custom controls. It's really exciting to work on new stuff, pull your hair out to fix and solve things! Publié par RAMZI Sanaa.