Messages
Topic:
White-Dog Application1
<%@ Page Language="C#" %>
<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
Response.Write("Hello ASP.NET!");
}
</script>
<html>
<head>
<title>White-Dog Application1 / SENER</title>
</head>
<body>
<form runat="server">
<img id="Img1" runat="server" alt="SENER" src="Images/Sener.jpg" height="480" width="640" />
</form>
</body>
</html>
Preview : WhiteDog_Application1/default.aspx
Download :WhiteDog_Application1.rar
Dec 18, 2008
1:29 AM