Whenever a user adds a new re开发者_如何学Pythoncord to the dataform I want to auto populate a field(integer datatype) with a default value, but I am not sure how to do this.I should also mention that
I\'m new to Silverlight and I have created a silverlight application to resize and upload images.The problem is the scroll bar doesn\'t update until the file has finished uploading.I have included sam
Is there a way to determine the size and position of the visible area of a control in Silverlight, when the control is somewhere in a scroll viewer?
If anyone can provide some help for this one, I\'d be very grateful! We are using: Silverlight 3 / MVVM / Blacklight DragDock Control / ComponentOne Silverlight Controls
I am using WCF RIA Services VS2008/.NET 3.5 and trying to do exception handling. I have overridden OnError method of DomainService and doing my exception handling in that method. I am trying to throw
The functionality: Users can draw rectangles on a defined area of the screen开发者_JS百科, by clicking the left mouse button and dragging to create the desired sized rectangle.A similar example would
I\'m working on a small silverlight application that involves passing some data between javascript and silverlight.I am also using the silverlight virtual earth control.
Silverlight\'s dataInput:Label and dataInput:DescriptionViewer controls provide a useful function through their ability to bind to a TextBox.Rather than hard-coding the text content of my labels and d
I downloaded an example of the application based on the .NET RIA services from the article: http://blogs.msdn.com/brada/archive/2009/07/22/business-apps-example-for-silverlight-3-rtm-and-net-ria-servi
I have a scrollviewer with dynamic content. On an event, a new content is made visible an开发者_运维技巧d the scrollbar appears. How do i make it auto scroll to have that content in view?