|
Browse by Tags
All Tags » ASP Migration ( RSS)
-
|
AJAX applications are great Their coolness factor is high, and your clients will be trilled by the new interactivity of your pages But as a developer when you have a problem with AJAX it could be hard to track. Because there is a lot going on behind the...
|
-
|
Localize a VB6 application can be cumbersome, specially if it was not even originally planned to be localized. Nowadays is common that you're clients might demand support for different languages. While a localization task is still difficult, we have found...
|
-
|
This is the migration of a snippet of ASP classic to ASP.Net Checking that a File Exists ASP Classic <% Dim strExists Dim strNotExists Dim objFileSystemObjectVar `` strExists = "exists.txt" strNotExists = "error.txt" Set objFileSystemObjectVar = Server...
|
|
|
|