Search

You searched for the word(s): userid:783464

Matching Posts

  • Re: Strange onclick behavior...

    BUMP Anyone out there that can help me?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by trujello on 2/27/2008
  • Re: Strange onclick behavior...

    I found that the JavaScript works if I take it out of the context of the ModalPopupExtender and ConformButtonExtender. I'm creating all of these controls dynamically... this is what it looks like: ModalPopupExtender _mpe = new ModalPopupExtender(); _mpe.ID = "mpe_" + (( int )dbReader[ "Field0" ]).ToString(); _mpe.TargetControlID = _button1.ID; _mpe.PopupControlID = confirmBox.ID; _mpe.OkControlID = ButtonYes.ID; _mpe.CancelControlID = ButtonNo.ID; _mpe.BackgroundCssClass
    Posted to ASP.NET AJAX Control Toolkit (Forum) by trujello on 2/24/2008
  • Strange onclick behavior...

    I wasn't sure where to post this, so forgive me if this isn't where it should be. I'm getting some real strangeness from my button's onclick call. What I've got is a ConfirmButtonExtender attached to a ModalPopupExtender attached to a Panel called by a Button. On the button, I want to have an OnClientClick JavaScript so I can pass in the value of a TextBox control in the ModalPopupExtender's DynamicContextKey. In the codebehind I tried this: COMPLETE_1.OnClientClick = "JavaScript
    Posted to ASP.NET AJAX Control Toolkit (Forum) by trujello on 2/24/2008
    Filed under: "AJAX .NET 2.0", ajaxToolkit Modal Popup Extender, ConfirmButtonExtender, AJAX Control Toolkit
  • Re: AJAX Behaviours -- documentation

    Where does this code go? I'm trying to do the same thing and I'm confused with the code you pasted in... it doesn't like it ... I've done the same sort of thing in php and xajax, but need to do it in asp.net now... Your help would be greatly appreciated!
Page 1 of 1 (4 items)