How do you manage users from ashx or webservice?

Question: Is it possible to return a .ashx or webservice user control handler? if so, how would I do that?

+5
source share
4 answers

This post from our beloved Scott can help you :)

+7
source

I have not tried this, but you could do it by calling the RenderControl method .

+1
source

MVC, HTML- RenderControl.

0

The only problem is that you can use ASP controls as they must be inside the runaat = "server" control. Or at least I still have no solution to this problem.

0
source

All Articles