반응형
하이퍼링크를 이용한 예제입니다.
Default.aspx |
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">
<title></title> </head> <body>
<form id="form1" runat="server">
<a href="Introduce.aspx">Introduce.aspx</a><br />
<a href="FrmMenu.aspx">FrmMenu.aspx</a><br />
<a href="FrmTreeView.aspx">FrmTreeView.aspx</a><br />
<a href="http://www.dotnetkorea.com">닷넷코리아</a><br />
<a href="http://godffs.tistory.com">Godffs블로그</a>
</form> </body> </html> |
결과화면 |
[그림39-1] |
반응형
'ASP.NET' 카테고리의 다른 글
41.C# ASP.NET - TreeView [WebNavigationControl] (0) | 2009.10.15 |
---|---|
40.C# ASP.NET - Menu [WebNavigationControl] (0) | 2009.10.15 |
38.C# ASP.NET - 테마(Theme)와 스킨(Skin) (2) | 2009.10.14 |
37.C# ASP.NET - 마스터페이지 (2) | 2009.10.14 |
36.C# ASP.NET - 웹 사용자 정의 컨트롤 (0) | 2009.10.14 |
Comments