2009. 10. 5. 13:13
.Net Project/ASP.NET 3.5 Sp1
반응형
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="FrmHi.aspx.cs" Inherits="FrmHi" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script runat="server"> <html xmlns="http://www.w3.org/1999/xhtml"> |
public class Hi { public string Say() { return "안녕" + DateTime.Now.ToString(); } } |
반응형
'.Net Project > ASP.NET 3.5 Sp1' 카테고리의 다른 글
3-2장 ASP.NET 내장 객체(ResponseRedirect) (0) | 2009.10.05 |
---|---|
3-1장 ASP.NET 내장 객체(ResponseBuffer) (0) | 2009.10.05 |
4장 ASP.NET VB클래스 사용 구문 (0) | 2009.10.05 |
3장 ASP.NET 내장 객체(클래스) (0) | 2009.10.05 |
1장 ASP.NET 첫 걸음.. (0) | 2009.10.05 |