Search

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

Matching Posts

  • jQuery and ATLAS

    Is it just me or would anyone else benefit from being able to use jQuery ( http://www.jquery.com ) in conjunction with Atlas? Has anyone tried it? Including the latest jQuery script causes javascript errors.
    Posted to ASP.NET AJAX UI (Forum) by gatecrasher005 on 9/5/2006
  • Re: TextBox Trigger question

    Hello again Garbin, Thnaks again for the suggestion. From what I could tell your logic was correct but whaterver I tried (and i have been trying for several hours now), there is nothing I can do to get my Atlas enabled page to register the TextBox OnTextChanged property via client script. Perhaps I would have better luck looking at data bindings... Anyway, having looked at other recent posts however, i have solved the problem by implementing a hidde 'dummy button' control. I now fire a click on this
    Posted to ASP.NET AJAX UI (Forum) by gatecrasher005 on 8/8/2006
  • Re: TextBox Trigger question

    Hi Garbin, Thanks for your suggestion. i tried exactly what you said, adding AutoPostBack="true" and adding in the focus blur. It seemed to make sense, but unfortunately had no effect on the operation of the page. The Trigger is still not fired, the form does not post back, and the UpdatePanel does not re-render. So i'm still stuck. Should I post my whole code? It might be something totally obvious that i have not understood...
    Posted to ASP.NET AJAX UI (Forum) by gatecrasher005 on 8/8/2006
  • TextBox Trigger question

    I have spent several frustrating hours trying to work out the answer to this problem - perhaps one of you can help shed some light? I have a TextBox control on my page and a DetailsView within an UpdatePanel. The UpdatePanel has a trigger which causes the DetailsView to update when the Text property of the TextBox control changes: <Triggers> <atlas:ControlValueTrigger ControlID="TextBox1" PropertyName="Text" /> </Triggers> When I type a new value into the text box and press enter
    Posted to ASP.NET AJAX UI (Forum) by gatecrasher005 on 8/7/2006
  • Re: Creating a custom extender -> properties not showing up

    I concur. I followed the example for creating my own atlas extender to the letter. Extender properties will not show up in design view unless you have added a reference to one extended property by hand in the source view first. Also, can anyone tell me why when i tried the walkthrough, the extender does not show up in my toolbox? The walkthough explains how to add the extender manually, which i did. I'd like to know how to add it to the toolbox correctly though. Thanks, Oli.
  • update control via client script?

    Hi, I am new to Atlas and have been impressed with how update panels work. I have worked through several examples but I am having difficulty understanding just how to update a control via a client script. Here is my scenario: I have an HTML control hidden input field: <input type="hidden" id="inputItemId" runat="server" value="2"/> and I have my DataSourceControl deriving the @ID from the value of this input field. <SelectParameters> <asp:ControlParameter Name="ID" ControlID="inputItemId
    Posted to ASP.NET AJAX UI (Forum) by gatecrasher005 on 8/3/2006
Page 1 of 1 (6 items)