business-objects
deleting a row with Objectdatasource and gridview
I\'m using Gridview with objectdatasource, I\'ve selected select and delete method for objectdatasource, but i don\'t know how to set delete parameter (id) for objectdatasource.[详细]
2023-02-08 14:30 分类:问答How to easly convert linq result to Business Object Collection <T>
I have Business Object Collection I\'d like to filter rows using linq, but noticed it returns IEnumerablewhat can not be cast then to my BOC[详细]
2023-02-08 05:26 分类:问答How to Design a generic business entity and still be OO?
I am working on a packaged product that is supposed to cater to multiple clients with varying requirements (to a certain degree) and as such should be built in amanner to be flexible enough to be cust[详细]
2023-02-07 05:02 分类:问答How can I get the LastRunTime for a report using the Business Objects Web Services SDK?
I\'m using the Business Objects Web Services SDK to access our Business Objects data. I\'ve successfully got a list of reports, and from that found the LastSuccessfulInstance of a report that has been[详细]
2023-02-06 05:57 分类:问答What is a DTO and BO? What is the difference?
I know DTO is a data开发者_运维技巧 transfer object and a BO is a business object. But, what does it actually mean? When should I choose one over the other?[详细]
2023-02-03 10:25 分类:问答Appending timestamp in business objects scheduled reports
Can we append timestamp in the format \'mmddyyyy\' to business objects repo开发者_开发问答rts name generated by scheduler. I know we can append file extension using \'%EXT%\'. I am looking for somethi[详细]
2023-02-01 15:19 分类:问答DAL/BL design question
Am working on a .net 2.0 windows application. The data access layer[DAL] executes stored procs and returns datareader/dataset 开发者_StackOverflowto the business layer[BL].[详细]
2023-01-31 21:15 分类:问答populate dropdown list from a list of objects
In an attempt of building a 3-tier architecture c# asp.net application, I\'ve started building a class that is database which is used for the connecting to the database开发者_高级运维, another class t[详细]
2023-01-31 16:35 分类:问答Business Analytics: What platform should I use? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-31 13:41 分类:问答Should a BLL be stateless?
I\'m toying with building a BLL for my application.From what I\'ve seen / read, it seems the BLL should be stateless.Doesn\'t this mean all BLL methods could be static?Or I\'d at least only ever need[详细]
2023-01-26 12:15 分类:问答