|
| dynamically register httphandlers |
 |
Tue, 1 Apr 2008 18:32:28 +0000 |
I have a user control that implements IHttpHandler. I want to dynamically
register the handler as is usually done in the web.config, but I do not want to
modify the web.config (especially at runtime). The idea is to have each user
control handle ajax requests.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|