Asp > Code Snippets
This simple piece of code will display all of the character
This simple piece of code will display all of the character codes between 33 and 255 <% For i = 33 to 255 response.write "Chr(" & i & ") = " & Chr(i) & "
" Next %>
Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML