Seek to achieve higher flexibility and efficiency. This framework is mainly for data operations based on entity classes. Through this framework, all assignments to entities and operations such as adding, deleting, modifying, and checking can be
It has become very easy and simple, and can also support a variety of databases.
Of course, in addition to data operations, there are some other additional functions. jQuery has now been integrated, and jQuery can be instantiated directly on the server side.
Dialog UI plug-in, you can directly use jQuery to complete code highlighting (the highlighted code in this DEMO is all completed using this method), and there are some very entities
Functions and controls.
Latest version 3.3 update instructions:
1. Function update:
* Add the use of order statement
* Null values can be entered for all data types. Previously, it was used to dynamically update fields, so as long as it was empty, no operation was performed. Now, as long as the field is assigned a value, it can be updated to the database regardless of whether it is a null value.
* Add support for Oracle
* Improve support for like conditional statements, you can use left and right Like syntax, such as:
cond["name like left"]="winson";
cond["name like right"]="winson";
cond["name like all"]="winson";
* Add support for or condition
* Return the entity ID directly after adding the entity
* In the add entity event, you can directly obtain the entire newly added entity object, and you can pass custom parameters
* Added method to obtain entity collection from entity collection
* The paging control SqlPager adds customizable client paging functions
* The paging control SqlPager adds a digital paging style with customizable CSS display
2. BUG fixes:
* Fixed support for smallint and tinyint data types
* Solved the problem that the paging connection of the paging control SqlPager under Firefox is still displayed in black when it is invalid (normally it should be gray, indicating invalid).
The database is in the DB_51aspx folder, just attach it