Hi All,
I have a parent countrol A and a set of child controls. Child control will be displayed based on diff button clicked on A., (diff buttons are on control A)
There is a button on one of the child control (say B). Once this button clicked, it will let control A display B.
Can someone show me how to accomplish this task?
Thank you,
Ellen
Loading
Nilanka DharmadasaPosted Nov 21, 2009, 7:14 AM
Can you explain it or paste your code here.
Definetely you will have to use delegates. But I cant wirte a code, without having a clear idea about your requirement.
Roei BarPosted Nov 21, 2009, 3:13 AM
you will need to create a public delegate for each Control and on the OnClick on the button in Child Control call the A.Delegate
hope you can understand this
Kirtan PatelPosted Nov 20, 2009, 9:43 PM
Can you explain more because could not understood your problem .just tell me what task you want to perform in simple words :)