vote up 2 vote down star
3

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

flag

17% accept rate

3 Answers

vote up 3 vote down check

This post from our beloved Scottgu might help you :)

link|flag
Spot on my friend! thanks alot – BlackTea Oct 14 at 0:59
vote up 0 vote down

I haven't tried this, but you might be able to do this by calling the RenderControl method.

link|flag
vote up 0 vote down

If your not using MVC, you can get the HTML of a control at bind time by using the RenderControl method.

Link

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.