Renders a user control into a string into a string.
public static string RenderUserControl(string userControlVirtualPath, bool includePostbackControls)
Parameters
userControlVirtualPath
virtual path for the user control
includePostbackControls
If false renders using RenderControl, otherwise uses Server.Execute() constructing a new form.
Overloads:
See also:
Class WebUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic