0
Answer

Dynamically loading user control

Ask a question
Punit

Punit

17y
2.2k
1
On my parent page there is button on click of which I dynalically load a User Control in my Placeholder object through LoadControl function. But when User Control's Page Load fucntion is executed, it's Post back property is true even the very first time it is loaded.
Why is this happening?