Search

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

Matching Posts

  • ComboBox client script

    I would like to attach an onchange javascript event on the combobox, but unfortunatly it seems impossible. Even putting the unrecognized tag set the onchange on the container div instead of the input. How can I see onChange javascript code on the new combobox control?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lucian.jp on 6/3/2009
    Filed under: combobox ajax toolkit
  • Re: TinyMCE / Ajax Postback Problem

    Link is down for download, any mirrr somewhere? Thx **EDIT** Found one at : http://weblogs.asp.net/blogs/cjdevos/downloads/tinymcetextboxextender/tinymcetextbox.zip
  • Re: UpdatePanel with ModalPopupExtender catch button click

    Since this post, I'm still unable to find the prob with that usercontrol. To explain it again in simplier words. We have a usercontrol that loads a list in a repeater. Each row open a modalpopup extender. Whatever event triggers in that popup, the page just refresh witout executing. We copy/paste the code of that usercontrol directly into the aspx page and everythings works perfectly. I imagine there is something in the process of rendering that cause problem, but can`t figure why. As for now
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lucian.jp on 5/14/2008
  • Re: Execute JavaScript from html code?

    As an exemple <input type="hidden" value="window.open('www.google.com');"/> I need a javascript function that reads the value of that field, and execute it.
    Posted to Client Side Web Development (Forum) by lucian.jp on 3/10/2008
  • Execute JavaScript from html code?

    Hi, I have the same problem as a previous post ( http://forums.asp.net/t/1219115.aspx ). Actually it's flagged resolved, but no fix was posted as code. I cannot figure out how they actually solved it. [quote] Hi, is not possible to insert client scripts in runtime when the postback is caused through of UpdatePanel. However, you can change any property of a WebControl. 1. Create a INPUT TYPE=HIDDEN in page (with runat=server tag and ID property) in your design view of your page. 2. Call RegisterClientScriptBlock
    Posted to Client Side Web Development (Forum) by lucian.jp on 3/10/2008
  • Re: Update Panel Problem

    Would have been interesting to get your fix. Do you mind to post code? Thx
    Posted to Client Side Web Development (Forum) by lucian.jp on 3/7/2008
  • UpdatePanel with ModalPopupExtender catch button click

    Hi, I'm on a new project right now and I'm trying to fix something that I didn't write. So I can't figure out what's the problem. We have a custom control that show a button to trigger a ModalPopup. We call that button like this : < modalPopup:add runat= "server" ID= "StartCreditBureau" src= "~/Controls/UserControls/Popups/StartCreditBureau.ascx" Label="" CssClass= "BasicButton CreditBureau" Title= "Start Credit Bureau"
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lucian.jp on 3/4/2008
    Filed under: AJax control Toolkit ModalPopup
  • Re: CalendarExtender & GridView strange behavior

    It worked very well. I changed the Image to ImageButton and worked as expected thx for help. Any idea why everywhere else in the application I use normal Image and it works perfectly?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lucian.jp on 2/19/2008
  • Re: CalendarExtender & GridView strange behavior

    Unfortunatly, that isn't the problem. Everywhere else in the app I use ex : < tr > < td style= "padding-right:3px;" > < img src= "~/Images/ico_calendar.gif" runat= "server" id= "openCalendar" alt="" class= "pointerCursor" /> </ td > < td > < strong >< asp:Label ID= "lblStartWeekDateLabel" runat= "server" Text= " <%$ Resources: 3043 %> " /></ strong >
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lucian.jp on 2/18/2008
  • CalendarExtender & GridView strange behavior

    Hi, I'm using AJAX Control Toolkit 1.0.10920 in a ASP .net 2.0 website. I'm experiencing a strange problem with the calendar extender (which I use in my app like 30 times) in just 1 place and it's in a gridview. I'm using a presenter to dynamically generate a gridview which I populate from a datasource. Some of the cells contain a date in a textbox (targetID) which I can edit with an image (the popupID). When I click the image the popup opens and then I can select a date and the popup
    Posted to ASP.NET AJAX Control Toolkit (Forum) by lucian.jp on 2/18/2008
    Filed under: "AJAX Toolkit" "CalendarExtender"
Page 1 of 2 (20 items) 1 2 Next >