|
|
-
|
|
There is no way to specify the default file name that will appear in the SaveFileDialog box in Silverlight.
This is a known issue since Silverlight 3.0. Below was the Microsoft's response on the questions in the forums:
"We've not exposed the "Def......
|
|
-
|
|
New feature in Silverlight 5. It is already present in Silverlight 5 Beta.
Style data binding allows you to use data-binding expressions to assign values to style setters.
It makes it easier than ever to include dynamic theming support in your Si......
|
|
-
|
|
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......
|
|
-
|
|
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......
|
|
-
|
|
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 ......
|
|
-
|
|
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......
|
|
-
|
|
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......
|
|