제목 : 31.13. 그룹 상세 정보 보기 : GroupView.ascx?UID={0}
글번호:
|
|
217
|
작성자:
|
|
레드플러스
|
작성일:
|
|
2007/07/10 오후 6:03:00
|
조회수:
|
|
5206
|
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="GroupView.ascx.cs" Inherits="GroupViewControl" %>
그룹 상세 보기<br />
<br />
그룹 계정:<asp:TextBox ID="txtDomainID" runat="server"></asp:TextBox><br />
그룹 이름:<asp:TextBox ID="txtName" runat="server"></asp:TextBox><br />
설명:<asp:TextBox ID="txtDescription" runat="server"></asp:TextBox><br />
<asp:Button ID="btnModify" runat="server" Text="프로필 수정" /><br />
<hr />
소속사용자:<br />
<asp:CheckBoxList ID="lstUserID" runat="server">
</asp:CheckBoxList>
<asp:Button ID="btnDelete" runat="server" Text="구성원 삭제" /><br />
<hr />
구성원 추가:<br />
<asp:DropDownList ID="lstDomainID" runat="server">
</asp:DropDownList>
<asp:Button ID="btnAddUser" runat="server" Text="구성원 추가" /><br />
<hr />
<asp:HyperLink ID="HyperLink1" runat="server"
NavigateUrl="~/GroupList.aspx">그룹 리스트</asp:HyperLink>
<asp:Button ID="btnDeleteGroup" runat="server" Text="그룹 삭제" />