Home Know Me Snaps Feedback
 
::Online Microsoft Office,Web ,Graphic and many more Tutorials
ASP Syntax

Asp-Code

Just how HTML uses tags to create web pages, ASP needs tags to create dynamic web sites
<html>
<body>
<% Response.Write("Hello Me") %>
</body>
</html>

ASP-Tag

These special tags <% and %> will always encapsulate your ASP code. Some things about the ASP tag that sets it apart from normal HTML tags:

  • ASP code can occurr anywhere, even within an HTML tag opening tag like this:
<a href="<% Response.Write("index.asp") %>">Home</a>
 
There's your MS SQL string. Be sure to change servername to the name of the server (localhost, computername, or IP), and to change username, password, and databasename to match those of your database.

 

 

 
 
 
 
 
 
   Table of Content
Install ASP and IIS On WinXp Pro
Asp Syntax
String Function
Date Function
Randon Number
Database Connection String
Include
 
 
 
       
   
© 2008, krishnakumar.com.np. All rights reserved
.