|
|
-
|
|
Today I just creating new project on my machine using Visual stidio 2010 with silverlight 4.0 after creating project i got **NullReference exception in xaml designer error**. I thought something is wrong when creating y=this project so delete and crea...
|
|
-
|
|
A ControlTemplate specifies the visual structure and visual behavior of a control. You can customize the appearance of a control by giving it a new ControlTemplate. When you create a ControlTemplate, you replace the appearance of an existing control wit...
|
|
-
|
|
Often in Silverlight applications, while consuming services, we will receive these errors like "This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place". Though it’s a generic error, first ......
|
|
-
|
|
If we have a lot of items in combo box/list box, its difficult to find and select that item. Now silverlight 5 provides type ahead support, When user selects some text, it automatically scrolls to items that starts with typed text.
[code]
<ListBo......
|
|
-
|
|
Silverlight 5 is available for download now. You can download it from
http://www.microsoft.com/silverlight/......
|
|
-
|
|
Until Silverlight4, while saving a file through SaveFileDialog, you can't specify default file name. On opening save file dialog, user has the additional task of entering filename. Now in Silverlight5, you can specify default file name.
[code]
S......
|
|
-
|
|
While working with Silverlight application,I can’t able to debug application through debugger using aspnet_wp.exe attaché process. Attaching debugger to aspnet_wp process will perfectly works with asp.net application. But It will not work with silverlig......
|
|
-
|
|
TEXTBLOCK
TextBlock is use for display text for typographically. TextBlock contain text set to be different font, font size and color for text. Size can be increase and decrease between fonts and line. Text inside the text in Textblock cannot be sele......
|
|
-
|
|
Today I just working with Silverlight Project There is some requirement like change location of control runtime on specific condition ,There are method like
Grid.SetColumn(<Frameworkelement>,<Column Number>);
Grid.SetRow(<Frameworkel......
|
|
-
|
|
You can debug you XAML with Binding Syntax only in Silverlight 5. if your XAML contain binding syntax then you can put break point over that when that binding evaluated you will get binding evaluation in debug window
Thank You......
|
|