About 5,460 results
Open links in new tab
  1. HELP with FOR...Next loops to make Patterns

    Feb 12, 2008 · Maximize your use of repetition (with nested For...Next statements) and minimize the number of output statements." My hint to the OP: Patterns C and D involve the use of two …

  2. <functional> and nested bind problems - social.msdn.microsoft.com

    Nov 1, 2010 · You might want to report this to connect.microsoft.com so that they can actually look at it. To me your expression looks good -- although nested binds tend to give me …

  3. mining structure process does not stop running

    Jul 3, 2008 · If your model has many nested tables, this may lead to thread starvation (not enough threads are available to complete the processing). The minimum number of threads required …

  4. MVVM - propagation of the ViewModel into nested UserControls

    Jun 20, 2010 · I like this approach because both sides, the parent UserControl and its nested UserControl (s) can explicitly define if the view model shall be propagated/accepted.

  5. Complex JSON with nested arrays to SQL: Help!

    Oct 31, 2019 · Summary: REST data source resulting in json that needs to be transferred into an on premises SQL environment. I'd like one table per array object. I've got the REST pull …

  6. How to access nested properties in XAML

    Mar 5, 2012 · By CustomControl: you could create a control template for this control, and bind its custom dependency property to oneContentCotnrol or ContentPresenter in the templeate. By …

  7. DataContractJsonSerializer cannot deserialize nested collections of …

    The System.Runtime.Serialization.Json.DataContractJsonSerializer throws an exception when attempting to deserialize (via the ReadObject method) a collection that directly nests another …

  8. PropertyGrid: refresh of nested properties values after changing …

    Apr 23, 2007 · I've added RepaintProperties attribute to parent/nested properties but with no luck. The fun is that if I change a nested property I see the parent correctly updates its value. Also, …

  9. [UWP] [XAML]Nested DataTemplates: How do I access properties …

    Aug 12, 2019 · I have a ContentControl whose ContentTemplate (obviously a DataTemplate) contains an ItemsControl. Several of the elements in the ItemTemplate (also obviously a …

  10. How to bind nested object to rdlc report

    Nov 11, 2013 · In RDLC report, first I want to display A class information as a header and in that I want to display information for List of B class properties. Now in RDLC report I want to …