Showing related tags and posts accross the entire site.
-
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...
-
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...
-
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...
-
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"...
-
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
-
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...
-
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...
-
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...
-
Hi. Is there anyway to specify a sort order (Order by clause) for the auto generated stored procs? ~Brett