CRUDE-ASP icon indicating copy to clipboard operation
CRUDE-ASP copied to clipboard

Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.

Results 42 CRUDE-ASP issues
Sort by recently updated
recently updated
newest added

Should be possible using an ugly but cool workaround with a custom 404 page: https://www.daniweb.com/programming/web-development/threads/471276/routing-with-asp-classic

enhancement

Use a dictionary to hold list of objects, each object is of a different class and has a different key (such as "text", "int", "date", etc.). Each such class would...

enhancement

Based on the AdminLTE advanced form controls in pages/forms/advanced.html - [ ] Dropdown box with search - [ ] Multi-selection box / tags box - [ ] Date Picker -...

enhancement
priority

There's a bug where if client-state-save is enabled, the column searches received from url parameters are getting overridden by the saved client state. I couldn't find how to fix it...

bug
help wanted

Example: http://scottdesapio.com/VBScriptOAuth/ Alternatively, consider using HTML 5 worker object: https://www.w3schools.com/html/html5_webworkers.asp Other options: https://tests4geeks.com/oauth2-javascript-tutorial/ https://www.codeproject.com/Articles/579564/JavaScript-oAuth https://github.com/oauth-io/oauth-js https://docs.microsoft.com/en-us/outlook/rest/javascript-tutorial https://tools.chilkat.io/msgraph_oauth2.asp

enhancement
help wanted

Could be useful to implement them dynamically somehow. Some sort of generic HTML template that displays data from a query? The notification menu items themselves could be set up dynamically...

enhancement

Implement new field/parameter type: XML Editing the field would either be done using a regular TextArea input, or a SummerNote control with code highlighting (if supported). Displaying the field should...

Advanced search is the ability to specify an unlimited number of predicates using the collection of the relevant table columns, and an operator type based on the data type of...

enhancement