R
Ralph Krausse
My UI is one table, 2 colums, one row. The cell on the left has a tree
and the cell on the right has a placeholder control. When the user
clicks on a tree item, I dynamically load the apporopiate user control
into the PlaceHolder control using this code...
objPlaceHolder.Controls.Clear();
objPlaceHolder.Controls.Add(LoadControl("nnn.ascx"));
where nnn.ascx is the appropiate control. On this user control I have
a button and hander defined but when I click on the button, the
handler NEVER gets called.
I am not sure why this happens....
Thanks
Ralph Krausse
www.consiliumsoft.com
Use the START button? Then you need CSFastRunII...
A new kind of application launcher integrated in the taskbar!
ScreenShot - http://www.consiliumsoft.com/ScreenShot.jpg
and the cell on the right has a placeholder control. When the user
clicks on a tree item, I dynamically load the apporopiate user control
into the PlaceHolder control using this code...
objPlaceHolder.Controls.Clear();
objPlaceHolder.Controls.Add(LoadControl("nnn.ascx"));
where nnn.ascx is the appropiate control. On this user control I have
a button and hander defined but when I click on the button, the
handler NEVER gets called.
I am not sure why this happens....
Thanks
Ralph Krausse
www.consiliumsoft.com
Use the START button? Then you need CSFastRunII...
A new kind of application launcher integrated in the taskbar!
ScreenShot - http://www.consiliumsoft.com/ScreenShot.jpg