Method | Description | |
---|---|---|
RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, |
Renders a row containing control cells to a table.
|
|
RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, |
Renders a row containing label and control cells to a table.
|
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, |
||
table | System.Web.UI.HtmlControls.HtmlTable | The output table. |
controls | The collection of controls. | |
return | void |
protected RenderRow ( System.Web.UI.HtmlControls.HtmlTable table, |
||
table | System.Web.UI.HtmlControls.HtmlTable | The output table. |
label | The label. | |
controls | The collection of controls. | |
return | void |