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.