ASPAlliance Home
Advertise with us
About Prasad KVNM
Refer this Site
                                               
Search Intro... KV's Kool ASP
Samples/Articles
Convert URLs into Hyperlinks

Advertisement Management Systems

AdRotator Component

Extending AdRotator Component

Simple Alternative to AdRotator

A more powerful Ad Management System

Opinion Poll

Suggestions/Snippets
Passing Special Characters through URL

Date delimiter for Access and SQL Server

CDBL instead of CSNG

Handling Database Errors

Avoid Partial Updates to the Database

Book Review
C# and the .NET Platform

Favorite Links
ASPLists.com
ASPNG.com
Computer Dictionary
LearnASP.com

Microsoft .NET
Search @ Google
Wrox Press
Freecode.com

Site by Prasad KVNM,
New Jersey, USA
prasad@kunisetty.com
last updated on
22nd Oct, 2001



Yeah! ASP is really kool, if you know a little bit of HTML and VB Script. If you know Visual Basic and only Visual Basic, it's more than enough.

You can learn ASP very easily and I am going to tell you how simple is ASP if you know VB or VB Script.

Here is a small example to show how ASP works. Just embed VB Script in HTML and it will do miracles.

<html>
<head>
<title>Smallest and simplest ASP</title>
</head>
<body>
<%=now%>
</body>
</html>


This ASP displays the current system time using VB / VB Script function "NOW".

Click here to see this ASP live.

I would like to offer some ready to use ASPs and code snippets through this site.

I can be contacted at pkvnm@yahoo.com

Watchout this page for more samples soon.


 
Refer this site ASPAlliance.com |  Contact Us |  Join |  Advertise |  Best Viewed with IE 4.0 or above