O
Olivier
Hi,
I have a web form displaying 5 web usercontrols.
Each usercontrol contains a 'Save' linkButton. Each usercontrol has a panel as container.
One panel is visible at a time.
From my form, I'd like to ba able to execute the Save button's code by using CallByName.e.
Is it possible? How ?
I tried something like CallByName ("TheUserControlClassName","TheSaveButton_Click",CallType.method)
I get the error : Public member 'lnkSave1_Click' on type 'String' not found
Any idea ?
TIA,
olivier
I have a web form displaying 5 web usercontrols.
Each usercontrol contains a 'Save' linkButton. Each usercontrol has a panel as container.
One panel is visible at a time.
From my form, I'd like to ba able to execute the Save button's code by using CallByName.e.
Is it possible? How ?
I tried something like CallByName ("TheUserControlClassName","TheSaveButton_Click",CallType.method)
I get the error : Public member 'lnkSave1_Click' on type 'String' not found
Any idea ?
TIA,
olivier