.NET Mobile
In this tutorial you will learn about .NET Mobile. This tutorial is about how to develop mobile applications with an extension to the .NET Framework, called the Microsoft Mobile Internet Toolkit (MMIT) or simply .NET Mobile.
(Added: 7-Jan-2005 Hits: 253 Rating: 0 Votes: 0) Rate It | Recommend It
Active Server Pages
Active Server Pages enables a web developer to replace static HTML pages with 'live data'. This information might be from a database, or simply by using cookie information. But why does this have any relevance to a VB website? The reason is Active Server Pages use Visual Basic as its main language (it also supports Javascript), and therefore makes it easy for a VB developer to become an ASP developer too.
(Added: 2-May-2002 Hits: 2609 Rating: 8.25 Votes: 4) Rate It | Recommend It
ActiveX Data Objects (ADO) Primer
The articles in this series delve specifically on the key concepts and methods geared towards the construction of data-bound HTML using Active Server Pages (ASP) and ActiveX® Data Objects (ADO).
(Added: 26-Jun-2002 Hits: 929 Rating: 0 Votes: 0) Rate It | Recommend It
ADO Tutorial
In our ADO tutorial you will learn about ADO, and how to use ADO to access databases from your Web.
(Added: 7-Jan-2005 Hits: 783 Rating: 1.00 Votes: 1) Rate It | Recommend It
ASP .NET Tutorial
In this tutorial you will learn about ASP .NET. ASP .NET is a part of the Microsoft .NET framework, and a very powerful tool for making dynamic and interactive web pages.
(Added: 7-Jan-2005 Hits: 403 Rating: 0 Votes: 0) Rate It | Recommend It
ASP Tutorial
you will learn about Active Server Pages, and how to execute scripts on your server.
(Added: 23-Feb-2002 Hits: 2234 Rating: 9.00 Votes: 1) Rate It | Recommend It
ASP Tutorial - Understanding request, response, session objects
This tutorial covers: How ASP server presents the programming environment to ASP pages with a number of run-time objects.
Basic properties and methods of run-time objects: request, response, server, application, and session.
(Added: 21-May-2006 Hits: 107 Rating: 0 Votes: 0) Rate It | Recommend It
ASP Tutorials - Learn how to use cookies
This tutorial covers: What is a cookie? Sending and receiving cookies. Cookie properties and itemized values. Some other cookie properties.
(Added: 21-May-2006 Hits: 142 Rating: 0 Votes: 0) Rate It | Recommend It
ASP Tutorials - Using session to pass values
This tutorial covers: How ASP server uses cookies to pass an ID with the browser to link multiple HTTP requests together. How ASP server offers the session object to ASP pages to share information between multiple requests or pages. Different ways to pass information between requests or pages.
(Added: 21-May-2006 Hits: 83 Rating: 0 Votes: 0) Rate It | Recommend It
ASP Tutorials - Working with dictionary, folder, and files
Microsoft provides one DLL (c:\winnt\system32\scrrun.dll) for both IIS Web server side scripting and IE Web browser client side scripting with several classes: Dictionary, FileSystemObject, Drive, Folder, File,
TextStream
(Added: 21-May-2006 Hits: 89 Rating: 0 Votes: 0) Rate It | Recommend It