Ask a Question related to ASP.NET Security, Design and Development.
-
brett #1
help needed please
I tested this page
<%@ Page Language="C#" ContentType="text/html"
ResponseEncoding="iso-8859-1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body>
<p>This page was created at <b>
<%= Time %>
</b> on the computer running ASP.</p>
</body>
</html>
and no asp processing seems to be happeing here is the
result:
"This page was created at on the computer running ASP."
It displays the html , but not the asp
Does this help?
Man It sux being a noobie.
brett Guest
-
Help with XML needed!!!!
Hello, I would like to create an extention that will help to manage a glossary. First I need to decide on the structure of the xml document that... -
more help needed
well in the hopes of getting some more help here goes why doesnt this query work i get a 500 internal sevrer error message and no debug info... -
help needed reg. sms thru cfm
could anyone help me out in sending sms thru coldfusion server....as for as i know that can happen only with coldfusion 7 server.kindly clarify if... -
Help Needed .....
If someone can help me out I'll b really greatful. Question: Pls write down the benefits, objectives, technical details, implementation,... -
else needed?
On if statements, I periodically don't want anything to happen if the requisite is not met. In most cases just writing the statement in the format... -
Chris Jackson #2
Re: help needed please
Well, Time doesn't mean anything. Try:
<%=System.DateTime.Now.ToShortTimeString() %>
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--
"brett" <anonymous@discussions.microsoft.com> wrote in message
news:04ed01c3c4b6$940ae5e0$a601280a@phx.gbl...> I tested this page
> <%@ Page Language="C#" ContentType="text/html"
> ResponseEncoding="iso-8859-1" %>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
> Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1">
> </head>
> <body>
> <p>This page was created at <b>
> <%= Time %>
> </b> on the computer running ASP.</p>
> </body>
> </html>
>
> and no asp processing seems to be happeing here is the
> result:
>
> "This page was created at on the computer running ASP."
>
> It displays the html , but not the asp
>
> Does this help?
>
> Man It sux being a noobie.
>
>
Chris Jackson Guest



Reply With Quote

