반응형
페이지 하나에 작성/목록을 나타낼꺼에요~
새 프로젝트에서 페이지를 추가해줍니다~
추가 - 새항목 - WebFrom ( FrmMemo )
간단하게 디자인 해주세요.
디자인 코드 소스 입니다.
새 프로젝트에서 페이지를 추가해줍니다~
추가 - 새항목 - WebFrom ( FrmMemo )
[그림 23-1]
디자인 코드 소스 입니다.
%@ Page Language="C#"
AutoEventWireup="true"
CodeBehind="FrmMemo.aspx.cs"
Inherits="ASP.NET_Boards.FrmMemo"
%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"
> <head runat="server"> <title></title> </head> <body> <table border="1" width="650px"> <tr> <td style="width:50px"></td><td style="width:200px"></td><td></td> </tr> <tr> <td colspan="3"></td> </tr> </table>
<hr /> <asp:GridView ID="grdList"
runat="server"> </asp:GridView> </body> </html>
|
반응형
'ASP.NET' 카테고리의 다른 글
Text 박스에서 포커스 숨기는 방법 (0) | 2010.07.05 |
---|---|
GridView에서 조건에 따라서 해당 컬럼(필드) 숨기는 방법 (0) | 2010.06.11 |
드롭다운리스트에서 선택된값 텍스트로 가져오기 (0) | 2010.03.29 |
19.jQuery - 메모장 웹서비스 설계 (2) | 2009.11.19 |
18.jQuery - 메모장 Entity 설계 (0) | 2009.11.19 |
Comments