Freebies from  

From time to time as a service to the community, we will release source and articles derived from our products such as AgileStudio.

:: Articles

 
  • Edit Almost Anything- Part 1.

    AgileStudio is capable of editing a large range of data types in DataSets that may include a complex set of related tables. As a service to the community, Sekos are making freely available the source code for various controls used to accomplish this, all of which work with data binding: Article


  • Beyond DataBinder

    DataBinder provides the Eval method- the standard way of achieving DataBinding in Web Form applications. This article presents a more powerful alternative for use with DataSets that can disable controls when data is missing and provide nice feedback on validation failures. The source for this new DataBinder is released to the public domain: Article


  • Get your DataGrid to Edit Almost Anything

    The DataGrid as standard supports columns that can edit strings and booleans. The extensions presented in this article allow the editing of pictures and a whole range of other data types: Article


  • Persisting Rich Text

    Extending the Microsoft Windows Forms RichTextBox control so that the Rich Text can be persisted to the form design or updated at runtime using standard data binding. Article
     

:: Code

 

 
  • SekosPD.Windows.Forms

    A version of Sekos.Windows.Forms that is being released into the public domain to accompany the "Edit Almost Anything" series of articles by Declan Brennan: Reference , Code


  • DataSetBinder

    The source for an alternative to "DataBinder" that is being released to the public domain to accompany the "Beyond DataBinder" article by Declan Brennan: Source Code in VB.NET