Search results for query: *

  1. B

    Question Bind DataGridView to custom collection of classes that contain complex properties

    Hi, I have a dictionary (created using DictionaryBase) where the values are 'PostItems'. I want to display the 'PostItems' stored in the dictionary to a datagridview. Each 'PostItem' object contains various simple properties (strings, integers and dates), a 'Contact' object and a dictionary...
  2. B

    Question LINQ expression with variable number of expressions

    Hi, I am creating a form that searches for items based upon search criteria entered into multiple free text fields. None of the fields are to be mandatory and as such I need to be able to write my LINQ in such a way that the conditions to be used can change. I have around 10 possible fields...
Back
Top