Search for...
Register Login
View Cart  View Cart Checkout  Checkout
Download Now!

Free Trial
Subscribe to Our Newsletter
Quick Objects Newsletter is the best way to stay up to date with Quick Objects development.

First Name:
Last Name:
Email:
 
Clients
  • Intel
  • American Express
  • Arizona Supreme Court
  • City of Phoenix
  • Arizona Department of Water Resources
  • TriWest Healthcare
  • Meritage Homes
  • Blue Cross Blue Shield

Persuing Perfection
We provide nothing but perfection in every aspect of our service!
Our Philosophy
  • Our clients' success is our success!
  • We develop systems with your business needs in mind.
  • We take pride in our work and our people!
  • We work hard to deliver the highest possible value to your business!
  • We stand by our work and support it through all the latest technology and requirement changes.


Shareup Networks

Free Download
Quick Objects - Data Source for ASP.NET
Quick Objects - Data Source for ASP.NET PhotoQuick Objects Data Source For ASP.NET is a powerful and very flexible control. The control extends the power of the Business Logic Framework and the developer can perform complex searches, inserts, updates, deletes without writing a single line of code. The Data Source control allows the developer to have complete granular control (just like the business logic framework) and the developer can control the visibility of the fields, control what fields will be used in insert or update. It automatically leverages any customized logic that a developer may have applied to the business objects. It also extends a full event model allowing the developer to gain more control of the underlying business object at varios stages or during the execution of different commands.

The Data Source control automatically utilizes the paged query support of the Business Logic Framework and extends the same power to all data bound controls that support paging.  The Data Source control parameters support all the standard parameter types available in standard ASP.NET Data Source controls, and adds a new parameter type. The new parameter type allows you to attach a parameter to a property on the page or user control.

Quick Objects Data Source component can work in disconnected mode as well and if the underlying business object's state is changed to disconnected, all the insert/update/delete commands will only affect the local data on the client, and the changes can be sent to the database at a later time. In addition by capturing the data source events, further control can be excersized on the underlying business objects including creating joins with other objects and specifying additional criteria. 

ASP.NET Data Source is included in the Business Logic Framework.
Now also available in Community Edition (Free).

We have online videos that shows how easy it is to use the Quick Objects ASP.NET Data Source component.  Watch now!

Quick Objects Data Source works with all major third party vendor ASP.NET user interface controls!

Collapse groupConcurrency Management
 The Data Source control extends the concurrency management capabilities of the Business Logic Framework to the ASP.NET environment without needing to write any code. Complete control is also possible by gaining access to the underlying business object from any of the data source events.
Collapse groupDisconnected Mode
 The Data Source control supports the disconnected mode of the underlying business object. Hence if the underlying business object is in disconnected mode, all the insert/update/deletes performed by the "data bound" control using the Quick Objects Data Source control can be grouped together to be sent to the database at a later time.
Collapse groupPaging
 The Data Source control fully leverages the Business Logic Framework's support for paged queries. This allows the data source control to pass the paging to the database rather than leave it for the Grid (or other UI controls) to perform the paging.  By passing the paging to the database the application's performance is enhanced as only a small/required amount of data has to be read at any given time. The Data Source control can automatically perform this paging when the underlying database supports it without a single line of code.
Collapse groupZero Code
 Data Source component's desginer can be used to specify search parameters and their value source. In addition further customizations are possible on each field. You can specify the "PartialTextMatch", "Operator" and "SearchCondition" properties to further control the search criteria.
 Data Source component's designer can be used to easily configure Insert, Update or Delete operations. The designer allows the developer to configure what fields should be included in the Insert or Update. For Delete only the primary key field values are needed. The source of values for the field parameters can be easily changed as well by using any of the standard parameter source or the additional parameter type introduced in Quick Objects Data Source control that can select the value from a "Property" on the page, control or another instance of a business object.
See Also: Quick Objects - Business Logic Framework, Quick Objects - Suite