Item command not firing repeater control pop up extender
-
Hi I am using pop up extender in repater control.I have alink button asscoiated with for the pop up extender in repeater .I want to do processing in item command event which is not firing. Pop up window is coming but the itme command is not firing.After some research on google i find out pop up extender block the events aasscoaited with target control id of pop up extender.. Pls note:If I remove the pop up extender then the event is firing.Clearly the issue seems to be with Pop up extender its blocking the event. Any solutions would be really appreciated. I have searched everywhere. Thanks in adavnce. Sats
-
Hi I am using pop up extender in repater control.I have alink button asscoiated with for the pop up extender in repeater .I want to do processing in item command event which is not firing. Pop up window is coming but the itme command is not firing.After some research on google i find out pop up extender block the events aasscoaited with target control id of pop up extender.. Pls note:If I remove the pop up extender then the event is firing.Clearly the issue seems to be with Pop up extender its blocking the event. Any solutions would be really appreciated. I have searched everywhere. Thanks in adavnce. Sats
Hi, this is no direct answer to your question - so sorry in advance - but maybe you can solve your issue the other way arround. Target your popup extender to a simple label like: And then, when your itemcommand fires, open the popup from codebehind using [extenderName].Show();. Im doing that in a gridview and it works perfectly. Good Luck
-
Hi I am using pop up extender in repater control.I have alink button asscoiated with for the pop up extender in repeater .I want to do processing in item command event which is not firing. Pop up window is coming but the itme command is not firing.After some research on google i find out pop up extender block the events aasscoaited with target control id of pop up extender.. Pls note:If I remove the pop up extender then the event is firing.Clearly the issue seems to be with Pop up extender its blocking the event. Any solutions would be really appreciated. I have searched everywhere. Thanks in adavnce. Sats