Tech Tutorials Database
 GeekArticles Microsoft ASP

Sponsored Links

 
652 Articles.    Previous Page   Page 2 of 44  Next Page   

Introduction to HDML and ASP   By asp101.com
By Christina Biggs Dilemma Although most wireless internet phones in the US will accept both HDML and WML you have decided to use HDML and ASP Active Server Pages for your application. This is a wise choice for the present but you may have noticed that there just is not much information out there about using ASP to output HDML. Since there seems...

by Srinivasa Sivakumar.S Introduction To .NET Before moving further I want to give you a brief introduction to .NET and how it works. .NET is a developmental platform introduced by Microsoft at their 2000 Professional Developers Conference PDC . The .NET framework is currently in Public Beta 1. The following figure shows a simple architecture of the...

Creating a Category Site with ASP   By 15seconds.com
By Wayne Berry Rating 3.5 out of 5 Rate this article email this article to a colleague Creating a Category Site with ASP Content vs. Format In this issue we will implement a catalog site that is build with Active Server pages and SQL Server. Along with the implementation there is source code and a discussion of the advantages and disadvantages of creating...

The New ASP 3.0 Server Methods   By 15seconds.com
By Paul Litwin Rating 4.1 out of 5 Rate this article email this article to a colleague Introduction Active Server Pages 3.0 offers many improvements and changes most dealing with reliability performance and scalability but Microsoft also added two new methods to the Server object Transfer and Execute. This version of ASP is part of IIS 5.0 which...

This manuscript is an abridged version of a chapter from the Wrox Press book Professional Active Server Pages 3.0 . Connections Commands And Procedures examines the different ways in which ADO can access data. This chapter covers the most important topics and those methods and properties that are most applicable for an ASP developer. Professional...

ASP - Convert String to Date   By aspdev.org
ASP makes converting string to date very easy. We re going to use the CDate ASP VBScript function in our ASP code to convert a string to a date value. ASP CDate function has the following syntax CDate Date ASP CDate function has 1 string argument which is the string to be converted to date. The CDate function converts any valid date time string...

ASP.NET Screen Scraping   By aspdev.org
ASP.NET and the .NET framework make it unbelievably easy to retrieve web content that s it whole web pages from remote servers. You might have various reasons to retrieve remote web content for example you might want to get the latest news headlines from popular news sites and link to them from your website. To accomplish screen scraping in classic...

ASP ServerVariables collection contains information about the server where your ASP script is running on information about the client requesting the ASP script. The ServerVariables collection can give you lots of information about the server settings Server IP Server name Server virtual path Server Software IIS4 IIS5 or IIS6 etc. Using ServerVariables...

ASP.NET SQLCacheDependency with SQLite 3.0 and Triggers By Peter A. Bromberg Ph.D. I am not part of the problem. I am a Republican." -- Dan Quayle The SQLite database engine is getting better all the time with Version 3.0.6 now out and 3 Final" not too far off. If you aren t familiar with SQLite you might want to catch up by...

In ASP you handle application errors by using the On Error resume Next statement. If you don t want your visitors to see ugly meaningless error messages then you ll have to implement some kind of error handling in your ASP applications. How does ASP Error Handling work The first think you need to do is to put the following line on the top of your...

ASP UCase Function   By aspdev.org
The ASP UCase function is used to convert a string to upper case. The string argument of the UCase function can be any valid string. All lower case letters in the string passed as an argument to UCase are converted to upper case while all upper case letters and special characters remain the same. Consider the following ASP code sMyString ASP-Hosting.ca"...

ASP LCase Function   By aspdev.org
The ASP LCase function is used to convert a string to lower case. The string argument of the LCase function can be any valid string. All upper case letters in the string passed as an argument to LCase are converted to lower case while all lower case letters and special characters remain the same. Consider the following ASP code sMyString ASPdev.org...

ASP Replace() function   By aspdev.org
The ASP Replace if we want to be correct the Replace function is a VBScript function is a handy function used to replace sub-strings found within a string. The VBScript Replace function has 3 mandatory arguments. The first one is the string to be searched. The second argument is the sub-string you are searching for within the first argument....

By Mark Vogt Rating not yet rated Rate this article email this article to a colleague Introduction Anyone who has been working with ASP for enough time knows that designing a maintenance scenario and tools for the web site can be more work then creating the web site itself. One of the biggest concerns especially for off-site hosting is how to maintain...

from Sams Publishing ASP.NET Data Web Controls Kick Start by Scott Mitchell Softcover - 432 pages Published by Sams Publishing Date Published February 2003 ISBN 0672325012 Buy a Copy I just requested my reviewer s copy so it s naturally not here yet. In the mean time I ve posted a sample chapter so you can take a look at the book until I get a chance...

652 Articles.    Previous Page   Page 2 of 44  Next Page   

Sponsored Links

Sponsored Links

Subscribe via RSS

Subscribe to GeekArticles.com by Email

Enter your email address:

 Subscribe in a reader



 
 
 

Latest Comments

Sponsored Links