in

CodeSmith Community

Your Code. Your Way. Faster!

Browse by Tags

  • Using DataSourceObjects

    Hi have installed netTiers v2.0.1 it looks like this will provide very useful. Have been working with the default Admin website files and have a question on how to solve something. I see the default datasource is used on the admin pages like so. < data : _YBC_ShowsDataSource ID ="ShowsDataSource"...
    Posted to .netTiers - General Support (Forum) by matt@kiwilamb.com on 05-11-2007
    Filed under: .netTiers, CRUD, DataSource, Admin
  • Re: Using UltraWebGrid with .netTiers

    Alright, from what I can tell, when using the Typed Data Sources, adding new records works as expected without any additional code. The updates and deletes required special handlers... here's what I had to do. protected void UltraWebGrid1_UpdateRowBatch(object sender, RowEventArgs e) { if (!(e.Row.Cells...
    Posted to .netTiers - General Support (Forum) by Lusid on 03-24-2007
    Filed under: Typed DataSource Controls, CRUD, Infragistics, .net 2.0
  • Using UltraWebGrid with .netTiers

    Hey everyone, I know there are a lot of mixed feelings/experiences using the Infragistics controls with .netTiers on these forums, but there really isn't any demonstrated examples of how (if possible) to make all of it work together. I am trying to create a simple UltraWebGrid that uses a TypedDataSource...
    Posted to .netTiers - General Support (Forum) by Lusid on 03-24-2007
    Filed under: .netTiers, Typed DataSource Controls, CRUD, EntityDataSource, ObjectDataSource, Infragistics, strongly typed datasource, Web project, C#, .net 2.0
  • Row Level Security and features added recently.

    Hi, First of all I would really like to say thanks to everybody who work on this stuff. It's been a couple of months since I was last here. I have been busy developing an application using the 2.0 nettiers release. We have released that application and it is getting fantastic feedback from our users...
    Posted to .netTiers - General Support (Forum) by Tyler Durden on 03-16-2007
    Filed under: CRUD, web service, ASp.NET, C#, Security
  • Updating DateTime field with NULL value

    This is a very basic question: I have a data-entry form with a Date Of Birth field that when I clear the value from the txtDOB field I want to set the DOB field in the database to null (because I really don't know their DOB). The following VB code does not clear the value from the database. I'm using...
    Posted to .netTiers - General Support (Forum) by databasedude on 01-03-2007
    Filed under: .netTiers, CRUD
  • Bulk Insert method not generated in Service Layer

    I have generated using the Service Layer as my facade and do not see the BulkInsert methods as part of the .generated.cs file. Needless to say, the call to it goes to the BulkInsert method in public abstract class ServiceBaseCore. Is there a way to expose that method without manually modifying the service...
    Posted to .netTiers - General Support (Forum) by Boris Barvish on 11-21-2006
    Filed under: .netTiers, ComponentLayer, CRUD
  • Just want .netTiers to ignore Default value column for insert.

    I have created my DB just as I always do with a TimeStamp (TStamp) coumn that uses SQL's (getdate()) function to fill the column on a new row creation. When I generated the netTiers code the admin pages all include a required TStamp form field. I assumed that when you set a default value in SQL netTiers...
    Posted to .netTiers - General Support (Forum) by MeasuredSpace on 10-19-2006
    Filed under: .netTiers, CRUD, DefaultValue
  • best practice for an entity mapping two database tables

    We have a legacy database we cannot change the database schema because many systems run on it. the database designer divided a business entity persist into two database tables. for example, Product table is (ProductId, Name, ...), ProductPhoto table is (ProductId, Photo), product's photo field is...
    Posted to .netTiers - General Support (Forum) by blob on 06-13-2007
    Filed under: .netTiers, CRUD, One To One Relationship Insert, OneToOneRelationship, 1-1 relationships
  • .netTiers Usage Scenario

    We have created several small client applications with .netTiers and have been very happy with the templates. We are now looking at using .netTiers with out internal CRM application and we are seeing some areas where we might have some issues. Scenario 1: When adding a new appointment (and many other...
    Posted to .netTiers - General Support (Forum) by lordh on 09-20-2007
    Filed under: .netTiers, CRUD, alias, stored proc, SQL, base class
  • Mark a database field as needing encoding?

    Some fields of the database are strings from user input, that need encoding (like single quote to 2 quotes). Is there any way to mark these fields as needing encoding so that updates and inserts are automatically encoded properly? Is see that Find parameters are properly encoded. In the mean time I did...
    Posted to .netTiers - General Support (Forum) by larrym996 on 12-14-2007
    Filed under: .netTiers, CRUD, Formatting, Encryption, Save
Page 1 of 2 (12 items) 1 2 Next >
Copyright © 2008 CodeSmith Tools, LLC
Powered by Community Server (Commercial Edition), by Telligent Systems