G
Guest
I have a form that has a ModalPopupExtender on it. I have un updatepanel on
a panel control that is displayed when an Button (outside of the update
panel) is clicked. What I am trying to do is fire the updatepanel with a
command like "show_first" so that I can display appropriate informaiton in
the updatepanel when the Button is clicked. I need to access the Button's
click event Server Side so i can show the appropriate information.
I have added the Button.Click as a trigger in the updatepanel but I cannot
program the Button.Click event Server Side as it is not located in the update
panel. Any ideas?
a panel control that is displayed when an Button (outside of the update
panel) is clicked. What I am trying to do is fire the updatepanel with a
command like "show_first" so that I can display appropriate informaiton in
the updatepanel when the Button is clicked. I need to access the Button's
click event Server Side so i can show the appropriate information.
I have added the Button.Click as a trigger in the updatepanel but I cannot
program the Button.Click event Server Side as it is not located in the update
panel. Any ideas?