Load httpmodule to .aspx page

Posted by Kumara on Stack Overflow See other posts from Stack Overflow or by Kumara
Published on 2010-03-22T17:17:52Z Indexed on 2010/03/22 17:21 UTC
Read the original article Hit count: 418

Filed under:
|

I have created 3 textbox and 2 buttons programatically from HTTPModule. These buttons and textboxes are contained in an html table. It works correctly. I want know how load these table to existing .aspx page <div>***********</div>

<div>
Some controls contained here
<div>
I want load HTTPModule table in this place.
</div>
</div>

Please help me. Give a good tutorial for creating a pluggable http module. Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about httpmodule