ASP.NET 기초 강의실

시삽: 레드플러스 님 
게시판 이동:
 제목 : [4] 일정 수정 / 삭제 : ~/Schedule/ScheduleView.ascx
글번호: 249
작성자: 레드플러스
작성일: 2008/07/02 오전 10:34:00
조회수: 4085
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ScheduleView.ascx.cs"
    Inherits="Schedule_ScheduleViewControl" %>
<table border="1" style="width: 100%">
    <tr>
        <td colspan="2" style="text-align: center">
            <h3>
                스케줄 상세보기(수정 및 삭제)</h3>
        </td>
    </tr>
    <tr>
        <td style="width: 80px">
            일시:
        </td>
        <td>
            <asp:DropDownList ID="lstYear" runat="server">
            </asp:DropDownList>
            <asp:DropDownList ID="ddlMonth" runat="server">
            </asp:DropDownList>
            <asp:DropDownList ID="comDay" runat="server">
            </asp:DropDownList>
            <asp:DropDownList ID="ctlHour" runat="server">
            </asp:DropDownList>
        </td>
    </tr>
    <tr>
        <td style="width: 80px">
            제목:
        </td>
        <td>
            <asp:TextBox ID="txtTitle" runat="server" Width="400px"></asp:TextBox>
        </td>
    </tr>
    <tr>
        <td style="width: 80px">
            내용:
        </td>
        <td>
            <asp:TextBox ID="txtContent" runat="server" Height="150px" TextMode="MultiLine" Width="400px"></asp:TextBox>
        </td>
    </tr>
    <tr>
        <td colspan="2" style="text-align: center">
            <asp:Button ID="btnModify" runat="server" Text="수정" OnClick="btnModify_Click" />
            <asp:Button ID="btnDelete" runat="server" Text="삭제" OnClick="btnDelete_Click" />
            <asp:Button ID="btnList" runat="server" Text="리스트" OnClick="btnList_Click" />
        </td>
    </tr>
</table>
 
이전 글   다음 글 삭제 수정 답변 글쓰기 리스트


관련 아티클 리스트
  제       목 파일 작성자 작성일 조회
이전글 이전 10개 / 다음 10개 페이징 처리 메서드 - 레드플러스 2008-07-07 5846
  [!] 일정관리 모듈 : /WebSchedule/Schedule/ - 레드플러스 2008-07-01 8179
  [1] 테이블과 저장 프로시저 : ~/Schedule/Documents/Schedul... - 레드플러스 2008-07-01 4686
  [2] 일정 입력 : ~/Schedule/ScheduleWrite.ascx - 레드플러스 2008-07-01 4651
  ~/Schedule/ScheduleWrite.ascx.cs - 레드플러스 2008-07-01 4057
  [3] 일정 출력 : ~/Schedule/ScheduleList.ascx - 레드플러스 2008-07-02 4120
  ~/Schedule/ScheduleList.ascx.cs - 레드플러스 2008-07-02 4348
현재글 [4] 일정 수정 / 삭제 : ~/Schedule/ScheduleView.ascx - 레드플러스 2008-07-02 4085
  ~/Schedule/ScheduleView.ascx.cs - 레드플러스 2008-07-02 4249
다음글 3계층 프로그래밍 관련 단어 - 레드플러스 2008-06-30 4730
 
손님 사용자 Anonymous (손님)
로그인 Home