DbNetSuite is a set of lightweight integrated AJAX enabled ASP.NET components for creating web applications that interface with the database and file systems.
The evaluation download is fully functional for 30 days and includes the following:
| .Net Framework Version | |||
|---|---|---|---|
| Version | Release Date | 2.0 | 4.0 |
| DbNetSuite 4.4 | August 2012 | Download | Download |
If you have an existing DbNetSuite implementation you can upgrade to the latest build by downloading the DLL an extracting into your application bin folder
| .Net Framework Version | |||
|---|---|---|---|
| Version | Release Date | 2.0 | 4.0 |
| DbNetSuite.4.4.4892.dll.zip | 24 May 2013 | Download | Download |
| Build | Changes |
|---|---|
| 4892 | Fixed bug relating to export when using the OptimizeForLargeDataSet property. |
| 4876 | Added a new frozenColumns property which allows a specified number of columns to be frozen against which the remaining columns can be scrolled horizontally. |
| 4871 |
Adding caching to improve performance of client-side columnValue method for pages with large numbers of rows. Encoded HTML sent to server when using CustomSave property to prevent request validation errors. |
| 4867 |
Added support to DbNetEdit/DbNetgrid for one-way hashing of values saved to the database via the Encryption property. Added GridData property to DbNetGrid to allow suppresion of grid data selection for a column only used for searching/editing. |
| 4853 |
Added MultiValueLookupSelectStyle property to DbNetEdit/DbNetgrid to allow checkbox style selection of multiple lookup values. Added support for legacy addToolbarbutton and toolbarElement methods in 3.x compatability mode. |
| 4849 | Added UploadRename property and onbeforefileuploadvalidate event to DbNetEdit/DbNetgrid to enable user and programatic file renaming as part of the upload process. |
| 4790 | Added OptimizeExportForLargeDataSet property to DbNetgrid to provide an optimized method of exporting very large numbers of records (100,000+). |
If you would simply like to add DbNetSuite directly to your Visual Studio application you can do so with the Nuget package manager.
Click here for full instructions on how to get started with DbNetSuite
To install DbNetSuite in Visual Studio, run the following command in the Package Manager Console
PM> Install-Package DbNetSuite
If you want to see how to make DbNetSuite part of an MVC application you can download an example package that demostrates this with sample pages running against the Northwind database. We recommend installing the package into an "empty" MVC 3 application.
PM> Install-Package DbNetSuite.Mvc.Demo
To view the application running click here