Rank: Member Groups: Member
Joined: 8/16/2009 Posts: 13
|
I have a CallbackPanel with a DataList inside of it. The DataList has an ItemTemplate with a a few controls including two Button controls.
How can I set the DataList's Button Control to be a Trigger for the Control Panel?
Thanks
|
Rank: Member Groups: Member
Joined: 8/16/2009 Posts: 13
|
I figured it out..
You have to set the Trigger as normal with a Parmeter = 'Click' like below:
Triggers="{ControlID:DataListName;Parameter:Click}"
Thanks
|