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: 443
ASP.NET
|httpmodule
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