in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Timestamp Concurrency Control

    We're getting ready to develop our first concept piece for a new product using NetTiers, and the issue of concurrency with the Web Controls is our single biggest concern. There've been a couple of other posts about it, but there hasn't seemed to be a resolution. Swin had reported that he'd come up with...
    Posted to .netTiers - General Support (Forum) by mtutt on 01-05-2007
    Filed under: .netTiers, Web controls
  • Re: Error with .netTiers MultiFormView inside WizardStep

    Well, the strange thing is that the error rendering the control only happens in the Design View, but not at run time. The design time error is however very inconvenient, because it makes it impossible to use the property editors of the CreateUserWizard so that the properties of other Wizardsteps can...
    Posted to .netTiers - General Support (Forum) by Tanno on 11-03-2006
    Filed under: Web controls
  • Error with .netTiers MultiFormView inside WizardStep

    Hi all, Placing a .netTiers MultiFormView inside an extra wizardstep of the CreateUserWizard causes the following rendering error in the design view: "There was an error rendering the control Object reference not set to an instance of an object" The script code is as follows: <asp:WizardStep ID="step1...
    Posted to .netTiers - General Support (Forum) by Tanno on 11-02-2006
    Filed under: Web controls
  • Errors and strange behaviour of Provider property of typed EntityDataSource

    In the generated code of the Admin Edit/Insert pages one will see a typed EntityDataSource with a script that contains only 3 properties for example: < data : CompanyDataSource ID ="CompanyDataSource" runat ="server" SelectMethod ="GetByCompanyID" EnableTransaction ="false"> This compiles and works...
    Posted to .netTiers - General Support (Forum) by Tanno on 11-02-2006
    Filed under: EntityDataSource, Web controls
  • .netTiers compatible with Infragistics or Telerik web controls?

    Hi! I would like to know whether .netTiers is compatible with Infragistics and with Telerik web controls. I tried the demo version of the Telerik web controls without much success: In a RadGrid, I replaced this binding <%# DataBinder.Eval(Container, "DataItem.ModuleID") %> with the wollowing one...
    Posted to .netTiers - General Support (Forum) by velum on 10-24-2006
    Filed under: Infragistics, Telerik, Web controls
  • How do I use the provider datasource with getpaged?

    I have a repeater on a webpage hooked up to a provider datasource (the one generated for my table in the .Web project). I've been using GetAll as the select method but want to page the data. I know repeaters don't page information but I need a better layout than what GridView will give me. So I tracked...
    Posted to .netTiers - General Support (Forum) by bsimser on 10-22-2006
    Filed under: .netTiers, .netTiers Providers, Providers, Typed DataSource Controls, Web controls
  • Re: Web controls

    Hi Robert! I read about quite a few web control toolboxes today, and my fovarite is the one from Telerik too. Well, they have the site that is easiest for me to understand and find information. Thanks for the hint! So I tried their control box, but not everything was working. I don't know if it is because...
    Posted to .netTiers - General Support (Forum) by velum on 10-20-2006
    Filed under: DataBinding, Telerik, Web controls
  • Web controls

    Hi! This is not a .netTiers specific question. It is about ASP.NET web controls in general. If I submit it here, it is because I know that many participants in this forum are excellent developers. I am working on my first ASP.NET project and I must say that I encountered quite a few problems. In fact...
    Posted to .netTiers - General Support (Forum) by velum on 10-19-2006
    Filed under: Web controls
  • Re: One-to-One Relationship and InsertItemTemplate

    Hi Bobby! I did a bit more of tracing and I discovered the following: UpdateRelationships() is only called if an Update or an Insert takes place. This is not the case for my Client object. I load the Client object into a FormView just so that I can display his name and to get the value of the ClientID...
    Posted to .netTiers - General Support (Forum) by velum on 10-04-2006
    Filed under: OneToOneListRelationship, Web controls
  • Re: One-to-One Relationship and InsertItemTemplate

    Hi Bobby! I set a breakpoint at the first line of UpdateRelationships(), but the page executed without stopping. It seems that this function does not get called: protected override void UpdateRelationships(Object entity) { *** FormView formView = ReferenceMember.ViewControl as FormView; ... Is it because...
    Posted to .netTiers - General Support (Forum) by velum on 10-04-2006
    Filed under: OneToOneListRelationship, Web controls
Page 1 of 2 (13 items) 1 2 Next >
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems