Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Item command not firing repeater control pop up extender

Item command not firing repeater control pop up extender

Scheduled Pinned Locked Moved ASP.NET
help
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rahul_miche
    wrote on last edited by
    #1

    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

    M T 2 Replies Last reply
    0
    • R rahul_miche

      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

      M Offline
      M Offline
      michaelschmitt
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • R rahul_miche

        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

        T Offline
        T Offline
        T M Gray
        wrote on last edited by
        #3

        Don't set the target to the link button. Set it to some other button outside the repeater that isn't visible. Then in the item command call .show on the popup control. If you don't want a full postback you need to wrap it all in an updatePanel.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups