hi,
plz anyone one send how to create personal web page using asp coding.


thank u.

Recommended Answers

All 6 Replies

Member Avatar for Bei_Mu_tian

if you'd ask google before asking here you'd know...
but anyways...here: this will get you started!
http://www.asp.net/

Do you mean classic ASP or ASP.NET?

<%
Response.Write("Hello Me")
%>

hi,
plz anyone one send how to create personal web page using asp coding.


thank u.

<%@ Language=VBScript %>
<html>
<head>
<title>Example 1</title>
</head>
<body>
<%
FirstVar = "Hello world!"
%>
<%=FirstVar%>
</body>
</html>

hi,
plz anyone one send how to create personal web page using asp coding.


thank u.

<%
you code

%>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.