hi,
plz anyone one send how to create personal web page using asp coding.
thank u.
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
%>
hi,
plz anyone one send how to create personal web page using asp coding.
thank u.
Dear friend,
Please visit : http://www.w3schools.com/asp/default.asp
Regards,
Rajendra
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.