in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • EntityDataSourceFilter inside DetailsView

    Hello, people! I'm just about to finish a project, but I am stuck at something that, hopefully, is somthing silly I am missing... I have a DetailsView attached to an ObjectDataSource (the DataSource was created with NetTiers, if this is relevant information). I can't make it work as desired if the DataSource...
    Posted to .netTiers - General Support (Forum) by Thiago on 05-16-2007
    Filed under: EntityDataSource, DataBinding, ObjectDataSource
  • Transaction Timeout

    All, I have a web form with a FormView control where I am updating some basic contact data as well as some roles. Due to the complexity of the roles, I am saving those manually. On the ItemCommand event, I check to see if the command is 'Update' and if so, I manually process a few statements like Roles...
    Posted to .netTiers - General Support (Forum) by basolutions on 04-13-2007
    Filed under: DataBinding, Transaction
  • Windows Presentation Foundation, Data Binding and NetTiers

    Hi all! I've been working on a WPF Project since few days. I am now facing a problem since I started to try to databind WPF Controls to NetTiers DataRepository in DesignMode. Attached, you will find a screenshot of the error. Even thought the application runs perfectly when I compile and execute it;...
    Posted to .netTiers - General Support (Forum) by margagn on 04-06-2007
    Filed under: DataBinding, WPF, .net 3.0
  • CreateUserWizard questions

    I have been attempting to extend the create user wizard by adding an additional step to collect some contact information. I have added a multi form view to the CreateUserWizard and the UI works as expected except that it never perform the insert call for the DataSource. Can anyone point me to what I...
    Posted to .netTiers - General Support (Forum) by basolutions on 03-21-2007
    Filed under: DataBinding, .net 2.0
  • StackOverflowException when entering edit mode - HELP!

    In some instances when IEditablObject.BeginEdit() is called, a StackOverflowException is thrown. Unfortunately this exception cannot be caught, it crashes my application (WinForms app if you care), quite badly too (not even AppDomain.CurrentDomain.UnhandledException catches this). Up until now I had...
    Posted to .netTiers - General Support (Forum) by GRAW on 03-15-2007
    Filed under: DataBinding
  • DataBinding to a hierarchy of sub collections deeper than 2+ levels

    I have been having problems getting the Infragistics WinGrid display the information in deep hierarchical relationships for the last couple of days. After some research, and some previous issues i've had to deal with, I think I nailed it down to the implementation of ITypedList.GetItemProperties() in...
    Posted to .netTiers - General Support (Forum) by GRAW on 02-13-2007
    Filed under: BindableAttribute, Complex objects, DataBinding, ManyToMany, ManyToManyListRelationship
  • EntityGridView won't render in design view

    Hi - I'm pretty much new to .netTiers (and from what I've seen so far I'm loving it!), so apologies if I'm missing something obvious. However when I try and bind either a GridView or an EntityGridView to one of the new typed entity datasources, it won't render in Visual Studio design mode. Here's an...
    Posted to .netTiers - General Support (Forum) by RichT on 02-04-2007
    Filed under: .netTiers, DataBinding, EntityDataSource, EntityGridView, GridView
  • Design-time, Drag/Drop Binding for Infragistics UltraGrid?

    I've seen quite a few posts here where people have no problems binding Infragistics controls to their NetTiers layer. I've been able to do this programmatically in the code, but then I lose the design-time capabilities of the UltraGrid designer in a WinForms based application. Take for example my normal...
    Posted to .netTiers - General Support (Forum) by Lusid on 02-04-2007
    Filed under: .netTiers, DataBinding, Infragistics, Typed DataSource Controls, Winforms
  • TList parent/child databinding

    Binding a TList<Orders> that contains OrderDetails to a pair of parent/child DataGridViews isn't working for me. The parent is ok, but the child grid displays the correct number of rows with the values in the cells all null. If I use List<> rather than TList<>, the cell values display...
    Posted to .netTiers - General Support (Forum) by RCouchman on 01-29-2007
    Filed under: DataBinding
  • DataGridView parent/child databinding

    I have a form with two DataGridView controls, the first shows Orders and the second shows OrderDetails for the selected order. I've created BindingSources and attached them like this: OrdersService ordersService = new OrdersService(); TList<Orders> orders = ordersService.GetAll(); ordersService...
    Posted to .netTiers - General Support (Forum) by RCouchman on 01-23-2007
    Filed under: DataBinding
Page 1 of 3 (23 items) 1 2 3 Next >
Copyright © 2007 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems