Web User Control
I have created one web user control (named webusercontrol1). Now whenever i place that on any web form it works fine. But I want to display a web user control dynamically.
so I write
DIM A AS NEW WEBUSERCONTROL1
ME.CONTROLS.ADD(A)
A.VISIBLE=TRUE.
But I do not get any control on page.
Can U plz help me with this?
|