제목 : 31.11. NewGroup.ascx : 새로운 그룹(Roles) 추가
    
    
        
            
                | 글번호: |  | 212 | 
            
                | 작성자: |  | 레드플러스 | 
            
                | 작성일: |  | 2007/07/06 오후 8:42:00 | 
            
            
                | 조회수: |  | 5792 | 
            
        
     
 
    
	
	
    
	<%@ Control Language="C#" AutoEventWireup="true" CodeFile="NewGroup.ascx.cs" Inherits="NewGroupControl" %>
<br />
New Group<br />
<br />
그룹 계정:<asp:TextBox ID="txtGroupUID" runat="server"></asp:TextBox><br />
그룹 이름:<asp:TextBox ID="txtName" runat="server"></asp:TextBox><br />
설명:<asp:TextBox ID="txtDescription" runat="server"></asp:TextBox><br />
<br />
<asp:Button ID="btnAddGroup" runat="server" Text="그룹 추가" OnClick="btnAddGroup_Click" />