How do you render a User control from a ashx or webservice?

ashx, asp.net, c#, render, user-controls

Solution

This post from our beloved Scottgu might help you :)

Problem

Question is it possible to have a .ashx or webservice return a user control rendered? if so how would i do this?

Original source