I have a project that has 6 calculators built as User Controls (.ascx). The project is using C# 3.5. The architecture is defined to use a Generic Handler (.ashx) to determine which User Control to use and return the appropriate values. Is it possible to call a User Control from a Generic Handler and return the results to the handler to send back to the interface? If so, how do I call the User Control from the Handler to receive the results?
Thanks in advance, Gary
