Method | Description | |
---|---|---|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
|
|
SetGroupType ( GroupType groupType ) : void |
Sets the type of the group.
|
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
lbAddArea_Click ( object sender, |
Handles the Click event of the lbAddArea control.
|
|
lbAddGroup_Click ( object sender, |
Handles the Click event of the lbAddGroup control.
|
|
lblDeleteArea_Click ( object sender, |
Handles the Click event of the lblDeleteArea control.
|
protected OnInit ( |
||
e | An |
|
return | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | An |
return | void |
public SetGroupType ( GroupType groupType ) : void | ||
groupType | GroupType | Type of the group. |
return | void |
protected lbAddArea_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lbAddGroup_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected lblDeleteArea_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |