Advanced Forum Search Results
-
Hi,
I got the same problem (exact error message) when using Dynamic with VS2010 beta 2 with SL4 Beta. What I did was just added reference to Microsoft.CSharp.dll in SL project and it worked. You can find that dll over "C:\Program Files\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\".
-Vinit
-
Silverlight is free of cost for Development. And your hosting provider do not have to have Silverlight installed, host only need to have xap as MIME type.
-
Hi,
If you want to access the checkbox inside the Grid then here is a thread which discusses How to get controls from Control Template.
After accessing the checkbox you can then get the datacontext of that row and display details. It is as simple as that.
Try it and let me know if you still have problem otherwise mark reply as answer,
-
Hi, Try this.
-
I think you need UI Virtualization and Data Virtualization. Think again about the visible area and implement above 2 technique to reduce load on application.
-
Hi,
I don't know WF but here is a thread on somewhat same topic.
-
Hi,
I have tested the same in navigation application, My image shows on MainPage, Home and also on About. There is no problem doing so even though I don't host Silverlight application in any website. Provide us your code or upload a sample applicaiton on SkyDrive.com so that we can see what problem you have.
-
Hi,
I think you should use the above code, but that will not solve your problem. You need to do following also:
Get your UserControl's resized event. and set its width and height to ActualWidth & ActualHeight respectively. This will make your browser resize event to be refelected to your application.
(If you still have problem then let ...
-
Hi,
I think you are going in wrong direction. What you need to do is just add a splitter below the listbox and assign Auto height to listbox with VerticalStrech. And when you move your splitter your Listbox automatically gets re sized.
-
Hi,
You can try this also, here The Visual Basic Team explained how to perform all SQL joins in LTS.