Conditional forms

Create forms with conditional input fields


/default/asp/sampleform36.resx

jQuery Autocomplete

jQuery Autocomplete allows you to easily create autocomplete / autosuggest boxes for text input fields


/default/asp/sampleform31.resx

jQuery UI Autocomplete

jQuery UI Autocomplete enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.


/default/asp/sampleform34.resx

SheetJS Sample

SheetJS - Read, edit, and export spreadsheets


/default/asp/sampleform30.resx

Export XLSX with Response.Contenttype

There is another way to export xls(x) files.


/default/asp/sampleform32.resx

Login form


/default/asp/sampleform29.resx

Vue - datatable sample

Vue is a progressive JavaScript framework


/default/asp/sampleform28.resx

HTML Canvas experiment

/default/asp/sampleform27.resx

Hello (Ajax form)

Not only you can create forms, you can also bind ASP-output any html element. This sample does both. Try it out!


/default/asp/sampleform1.resx

DataTables - jQuery plugin

A classic ASP implementation of DataTables (jQuery plugin). DataTables turns any html table into a powerful widget with sorting, paging and searching functions.

Trigger form by click

Trigger sampleform17


/default/asp/sampleform17.resx

Open form in modal

Form17 in Modal


/default/asp/sampleform17.resx

Visitors online (reloads every 30 sec)

/default/asp/sampleform23.resx

Replace with form

/default/asp/sampleform18.resx

Rating form

Self-submitting form


/default/asp/sampleform2.resx

jQuery UI DatePicker

https://jqueryui.com/datepicker/


/default/asp/sampleform3.resx

Take the Quiz

/default/asp/sampleform24.resx

CKEditor 4

https://ckeditor.com/ckeditor-4/


/default/asp/sampleform4.resx

Select, radio and checkbox

/default/asp/sampleform5.resx

Multiple buttons

/default/asp/sampleform6.resx

Hash functions

aspLite comes with two hashing plugins (MD5 & sha256)


/default/asp/sampleform7.resx

Table with data

Basic database (Access) plugin example

Access sample

/default/asp/sampleform8.resx

Hello World

/default/asp/sampleform9.resx

Conditional include

/default/asp/sampleform10.resx

Randomizer

Generate random texts and numbers with aspLite's randomizer:


/default/asp/sampleform11.resx

NYTimes News - RSS-reader plugin

/default/asp/sampleform12.resx

Image from server

The image below was rendered with the aspLite jpg-plugin (.net required):


/default/asp/sampleform13.resx

jQuery multifile uploader

/default/asp/sampleform14.resx
/default/html/sampleform14.resx
/default/asp/uploadfile.resx

CodeMirror example

CodeMirror - https://codemirror.net/ - is a versatile text editor for the browser.


/default/asp/sampleform15.resx

JSZip experiment

JSZip is a javascript library for creating, reading and editing zip files. Files (residing on the server) will be zipped by the browser


/default/asp/sampleform16.resx

jsPDF experiment

jsPDF is a library to generate PDFs in JavaScript (be careful, only ASCII characters are supported!)


/default/asp/sampleform25.resx

Export Word (docx) file

Exporting to docx (MS Word) with response.contenttype is 100% utf8-proof!


/default/asp/sampleform33.resx

Custom 404 handling

aspLite comes with a function (pathinfo) that relies on custom 404 handling. If the examples below do not work, see the documentation. It's all about the web.config file in the root of your site.


/default/asp/404.handler.resx
/asplite/asplite.asp (pathinfo)

Binary downloads

Offer downloads, without exposing filenames to the visitor. aspLite's function dumpBinary() takes care.

download small file (<500kB)
see /default/handler.resx

download large file (>500kB)
see /default/handler.resx

HTML Canvas experiment

A canvas animation, my favorite waste of time. The animation below is pure JavaScript. Nothing to do with aspLite...


/default/asp/sampleform26.resx