If I create a UserControl and add some objects to it, how can I grab the HTML it would render?
ex.
UserControl myControl = new UserControl(); myContr
Call its .RenderControl() method.
.RenderControl()