Active Server Pages Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 740 articles & tutorials regarding "Active Server Pages".
- 19.) Building Mobile Web Applications with .NET Mobile Web SDK & ASP.NET
- 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 .NET framework application development. When an ASP.NET page request comes from a web client such as IE or a mobile device, IIS will pick...
Found at Wireless Developer Network
- 20.) Creating a Category Site with ASP
- 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 a catalog site that gets it's content from a database. Included are pages for displaying products, creating a menu page, category...
Found at 15 Seconds
- 21.) The New ASP 3.0 Server Methods
- 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 ships with Windows 2000.) Server.Transfer ASP developers have used Response.Redirect since the days of ASP 1.0 to redirect the browser...
Found at 15 Seconds
- 22.) Professional Active Server Pages 3.0
- 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 Active Server Pages 3.0 is the next edition of the number one selling ASP book in the world; Professional Active Server Pages 2.0 . This is...
Found at ASP 101
- 23.) ASP.NET Hosting Guide
- ASP.NET Hosting is a web service hosting provided on Windows 2000 server or Windows 2003 Server platform, which supports ASP.NET framework. ASP.NET is the successor of the highly successful classic ASP. ASP.NET is a powerful server-side technology utilizing the Microsoft .NET framework. ASP.NET pages have ".aspx" extension and are executed on the server. ASP.NET hosting is practically offered by all Windows hosting companies. Different hosting companies offer different ASP.NET hosting...
Found at ASPdev.org
- 24.) ASP - Convert String to Date
- 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 expression to Date variant subtype. Consider the following use of ASP CDate function, to convert sDate string to date: <% sDate = "January...
Found at ASPdev.org
More articles & tutorials (Index of all articles & tutorials)
|
|