Advanced Forum Search Results
-
Congratulations Mike, on having the book out!
-
One way I can think of is to add tag to the add to cart button
<Button Content="Add to Cart" Click="Button_Click_1" tag="{Binding ProductID}" />
and then add the product to the cart from the product collection based on the productid. void btnAddToCard_Click(object sender, RoutedEventArgs e) ...
-
http://msdn.microsoft.com/en-us/library/cc189089(VS.95).aspx provides the details about the Silverlight plugin params.
-
Hi,
VS 2008 has option to disable auto insert of attribute quotes.
Navigate : Tools -> Options - > Select texteditor for the tree -> select xaml -> Miscellaneous
Deselect the Autoinsert - Attribute quotes
Now you will have to type the end quote and move on to the next attribute
HTH.
-
Hi, you have installed the SL2 SDK, you have to install SL2 tools beta for VS 2008 from here to leverage it in the IDE.
-
If you want it in Xaml, there are three solutions
1. use absolute url
2. copy the images into Clientbin (relative urls work relative to xap file)
3. To change the xap destination folder to root instead of clientbin.
a) take backup of ur web site
b) select property pages for your web ...
-
run the following commandsdevenv /resetskippkgs
Close VS
devvenv /setup
devenv
-
Looks like similar kind of problem was there at http://silverlight.net/forums/t/10348.aspx
did u try
devenv.exe /resetskippkgs
devenv /setup
-
The link http://msdn.microsoft.com/en-us/library/bb157688.aspx explains on how to step into a WCF service and the limitations.
HTH
-
WCF does not give any errors on my installation, can you upload sample of your code somewhere and I can check for you.