javascript in web parts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QVZM?=

    javascript in web parts

    i've a webpart which has datarepeater control..
    the datarepeater control has some rows along with the delete button..

    I want to shown a confirmation pop up before performing delete action..using
    javascript..

    Ive binded the javascript to the button in the itemcreated event ...but
    it's not firing properly.. After I clcik on the 'Ok' button in pop up..
    the itemcommand event of the repeater isnt firing....


  • sloan

    #2
    Re: javascript in web parts


    Please do not multi post.


    microsoft.publi c.dotnet.framew ork





    "AVL" <AVL@discussion s.microsoft.com wrote in message
    news:15A765C7-7A0F-427D-972E-754679B29B16@mi crosoft.com...
    i've a webpart which has datarepeater control..
    the datarepeater control has some rows along with the delete button..
    >
    I want to shown a confirmation pop up before performing delete
    action..using
    javascript..
    >
    Ive binded the javascript to the button in the itemcreated event ...but
    it's not firing properly.. After I clcik on the 'Ok' button in pop up..
    the itemcommand event of the repeater isnt firing....
    >
    >

    Comment

    • Gaurav Vaish \(a.k.a. MasterGaurav\)

      #3
      Re: javascript in web parts

      Ive binded the javascript to the button in the itemcreated event ...but
      it's not firing properly.. After I clcik on the 'Ok' button in pop up..
      the itemcommand event of the repeater isnt firing....
      What have about bind-ed?

      What's the code that's actually submitting the form to the server?

      --
      Happy Hacking,
      Gaurav Vaish | http://dwt.sourceforge.net
      http://blogs.mastergaurav.com | http://eduzine.edujini-labs.com
      --------------------------------




      Comment

      Working...