ASP.NET 프로젝트 강의실

시삽: 레드플러스 님 
게시판 이동:
 제목 : View.aspx
글번호: 193
작성자: 레드플러스
작성일: 2005/03/14 오후 11:39:55
조회수: 2372
파일: View(2).aspx (4 KB) / 전송수: 1464
<%@ Page language="c#" Codebehind="View.aspx.cs" AutoEventWireup="false" Inherits="SampleCS.Reply.View" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
    <HEAD>
        <title>View</title>
        <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
        <meta content="C#" name="CODE_LANGUAGE">
        <meta content="JavaScript" name="vs_defaultClientScript">
        <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
        <LINK href="../Global.css" type="text/css" rel="stylesheet">
    </HEAD>
    <body leftMargin="0" topMargin="0" MS_POSITIONING="FlowLayout">
        <form id="View" method="post" runat="server">
            <h3>답변 게시판</h3>
            <FONT face="굴림">
                <P><FONT style="FONT-SIZE: 9pt; COLOR: #ff0000">글 보기 - 현재 글에 대해서 수정 및 삭제를 할 수 있습니다. </FONT>
                    <HR width="100%" SIZE="1">
                <P>
            </FONT>
            <table id="Table2" style="BORDER-COLLAPSE: collapse" borderColor="black" cellSpacing="0"
                rules="none" width="600" align="center" bgColor="white">
                <tr style="COLOR: white" bgColor="#46699c" height="23">
                    <td align="right" width="100" height="35">
                        <P align="right"><b style="FONT-SIZE: 18px">제&nbsp;&nbsp; 목</b> :
                        </P>
                    </td>
                    <td width="640"><asp:label id="lblTitle" Font-Bold="True" Font-Size="18px" Width="100%" Runat="server"></asp:label></td>
                </tr>
                <tr bgColor="#efefef">
                    <td align="center" width="100">
                        <P align="right">번&nbsp; 호 :
                        </P>
                    </td>
                    <td width="500"><asp:label id="lblNum" Runat="server" Width="84"></asp:label>
                        <asp:Label id="lblRef" runat="server" Width="84px"></asp:Label>
                        <asp:Label id="lblStep" runat="server" Width="84px"></asp:Label>
                        <asp:Label id="lblRefOrder" runat="server" Width="84px"></asp:Label></td>
                </tr>
                <tr bgColor="#efefef">
                    <td align="center" width="100">
                        <P align="right">이&nbsp; 름 :
                        </P>
                    </td>
                    <td width="500"><asp:label id="lblName" Runat="server" Width="100%"></asp:label></td>
                </tr>
                <tr bgColor="#efefef">
                    <td align="center">
                        <P align="right">E-mail :
                        </P>
                    </td>
                    <td><asp:label id="lblEmail" Runat="server" Width="100%"></asp:label></td>
                </tr>
                <tr bgColor="#efefef">
                    <td align="center">
                        <P align="right">Homepage :
                        </P>
                    </td>
                    <td><asp:label id="lblHomepage" Runat="server" Width="100%"></asp:label></td>
                </tr>
                <tr bgColor="#efefef">
                    <td align="center">
                        <P align="right">작성일 :
                        </P>
                    </td>
                    <td><asp:label id="lblPostDate" Runat="server" Width="100%"></asp:label></td>
                </tr>
                <tr bgColor="#efefef">
                    <td align="center">
                        <P align="right">조회수 :
                        </P>
                    </td>
                    <td><asp:label id="lblReadCount" Runat="server" Width="100%"></asp:label></td>
                </tr>
                <tr bgColor="#efefef">
                    <td align="center">
                        <P align="right">IP 주소 :
                        </P>
                    </td>
                    <td><asp:label id="lblPostIP" Runat="server" Width="100%"></asp:label></td>
                </tr>
                <tr>
                    <td align="center">
                        <P align="right">내&nbsp;&nbsp; 용 :
                        </P>
                    </td>
                    <td><asp:label id="lblContent" Runat="server" Width="100%" Height="115px"></asp:label></td>
                </tr>
            </table>
            </P>
            <P align="center">
                <asp:Button id="btnReply" runat="server" Width="51px" Height="19px" BorderColor="Gray" BorderWidth="1px"
                    BorderStyle="Solid" Text="답변"></asp:Button>&nbsp;&nbsp;<asp:button id="btnDelete" runat="server" Width="51" CausesValidation="False" Text="삭제" BorderStyle="Solid"
                    BorderWidth="1px" BorderColor="Gray" Height="19"></asp:button>&nbsp;&nbsp;
                <asp:button id="btnEdit" runat="server" Width="50px" CausesValidation="False" Text="수정" BorderStyle="Solid"
                    BorderWidth="1px" BorderColor="Gray"></asp:button><FONT face="굴림">&nbsp;&nbsp;&nbsp;
                </FONT>
                <asp:button id="btnList" runat="server" Width="50px" BorderWidth="1px" BorderStyle="Groove"
                    Text="목록보기" CausesValidation="False" BorderColor="Gray"></asp:button></P>
            <P align="center"><asp:label id="lblError" runat="server" EnableViewState="False" ForeColor="Red"></asp:label></P>
            <P align="center"><FONT face="굴림"></FONT>&nbsp;</P>
            <P align="center"><FONT face="굴림"></FONT>&nbsp;</P>
            <P><FONT face="굴림"></FONT>&nbsp;</P>
        </form>
    </body>
</HTML>
 
이전 글   다음 글 삭제 수정 답변 글쓰기 리스트

(댓글을 남기려면 로그인이 필요합니다.)

관련 아티클 리스트
  제       목 파일 작성자 작성일 조회
이전글 7. 회원관리(MemberCS, MemberVB) - 레드플러스 2004-01-05 2922
  6. 답변형 게시판(ReplyCS, ReplyVB) - 레드플러스 2004-01-05 3484
  1. 답변형 게시판 테이블 구조 Reply.sql(3 KB) 레드플러스 2005-03-14 3887
  답변형 게시판 테이블 구조 그림 답변형게시판테이블구조.jpg(71 KB) 레드플러스 2005-03-14 3276
  답변형 게시판 연습용 쿼리문 - 레드플러스 2005-03-17 2605
  답변형 게시판 연습용 쿼리문 - 레드플러스 2006-02-24 2853
  2. 답변형 게시판 입력 페이지 - 레드플러스 2005-03-14 2433
  Write.aspx Write(2).aspx(5 KB) 레드플러스 2005-03-14 2523
  Write.aspx.cs Write.aspx(2).cs(4 KB) 레드플러스 2005-03-14 2416
  3. 답변형 게시판 출력 - 레드플러스 2005-03-14 2370
  List.aspx List(4).aspx(3 KB) 레드플러스 2005-03-14 2562
  List.aspx.cs List.aspx(2).cs(3 KB) 레드플러스 2005-03-14 3124
  4. 답변형 게시판 상세 - 레드플러스 2005-03-14 2341
현재글 View.aspx View(2).aspx(4 KB) 레드플러스 2005-03-14 2372
  View.aspx.cs View.aspx(2).cs(4 KB) 레드플러스 2005-03-14 2418
  5. 답변형 게시판 수정 - 레드플러스 2005-03-14 2378
  Modify.aspx Modify(2).aspx(5 KB) 레드플러스 2005-03-14 2402
  Modify.aspx.cs Modify.aspx(2).cs(5 KB) 레드플러스 2005-03-14 2382
  6. 답변형 게시판 삭제 - 레드플러스 2005-03-14 2493
  Delete.aspx Delete(2).aspx(1 KB) 레드플러스 2005-03-14 2444
  Delete.aspx.cs Delete.aspx(2).cs(2 KB) 레드플러스 2005-03-14 2377
  7. 답변형 게시판 검색 - 레드플러스 2005-03-14 2416
  Search.aspx Search(2).aspx(2 KB) 레드플러스 2005-03-14 2381
  Search.aspx.cs Search.aspx(2).cs(2 KB) 레드플러스 2005-03-14 2454
  8. 답변형 게시판 답변 - 레드플러스 2005-03-14 2409
  Reply.aspx Reply.aspx(5 KB) 레드플러스 2005-03-14 2448
  Reply.aspx.cs Reply.aspx.cs(5 KB) 레드플러스 2005-03-14 2443
다음글 5. 자료실 게시판 작성 프로젝트(C#) - 레드플러스 2004-01-05 4109
 
손님 사용자 Anonymous (손님)
로그인 Home