Search

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

Matching Posts

  • Re: calling javascript function in an Iframe

    I actually do this with a modal window scheme, to pass values to the javascript inside the iframe, I would pass them as query parameters to the inside page, then simply read them on the internal page's pageLoad() method (assuming you are using ASP.NET AJAX). Is that what you mean?
    Posted to Client Side Web Development (Forum) by KFrancis on 10/5/2009
  • New Control Idea : OnScreenKeyboard Extender

    What does the OnScreenKeyboard Extender extend? A textbox of course .. How would it work? Much like the way the calendar control works - very much. Anyone have any comments? Ideas about this control? I don't think anything like this currently exists for the AjaxControlToolkit, could be wrong though.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by KFrancis on 5/17/2007
  • Re: Drag and Drop between list boxes.

    Have you started working with the Drag/Drop API available in the toolkit? For example, I've written extenders for the drag/drop and used them successfully in a large scale app.behavior For dragging/dropping between list boxes, I would imagine you would need to create a control which mimics the listbox so you could extend the drag item behavior to the items within the list .. and then just extend the whole control to be a drop zone .. For a place to start, examine the drag/drop behaviors used in the
    Posted to ASP.NET AJAX UI (Forum) by KFrancis on 4/20/2007
  • Re: drag drop small images

    In my personal experience with the Drag/Drop support in Microsoft Ajax Extensions, it probably won't be a good idea. You may want to think about different mediums, like Flash or the upcoming Microsoft Silverlight. It can be done, but its very problematic.
    Posted to ASP.NET AJAX UI (Forum) by KFrancis on 4/20/2007
  • Updated ClipAnimation?

    I'm just wondering if Garbin has updated his "clipAnimation" .. I'm actually wondering if it can be done just using a combination of the AnimationExtender and some javascript .. so far, this is what I have .. <%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="_Default" %> < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> < html xmlns= "http://www.w3.org/1999/xhtml" > < head runat= "server" > <
    Posted to ASP.NET AJAX Control Toolkit (Forum) by KFrancis on 3/15/2007
  • CaseAnimation example?

    Hey, I'm looking to use the CaseAnimation, but don't find any examples of them used (including a same for each under the animation reference document would assist people) .. Thanks,
    Posted to ASP.NET AJAX Control Toolkit (Forum) by KFrancis on 3/14/2007
  • Re: How to Deploy an ASP.NET AJAX Application to a Production Server

    Essentially, all you need to do is install the framework right from Microsoft. This will work unless the sites you are running on the production server are using the CTP (version specific to app), in which case you will need to install the CTP . I've been deploying applications to our production server just fine.
  • Re: Sys.InvalidOperationException: A control is already associated with the element.

    Luis, Is that something that's not allowed anymore? I sure hope not .. Being able to extend one element with multiple behaviors was one of the major reasons I started working with Atlas/Ajax ..
  • Re: BehaviorManager embedded javascript reference problem

    @ Ji - So far, the manager is just implemented as a control that implements the IScriptControl interface. I could create an extender, but the behavior manager doesn't "extend" anything. It's completely stand-alone .. so it doesn't make much sense to implement it as an extender. Also, I've had every release of the toolkit ever .. I follow their code changes quite closely .. I don't think there's much in there to help .. I'll take a look at the tabs, the accordion, and the reorder list again. @ Rama
  • Re: Slider drag selects background elements

    Interesting ... I'm still working with the June CTP, but now with this code .. I get "_instance.dragStart is null or not an object" errors. This has been working in the June CTP, and the method used in the Ajax beta's/rc are similar .. different event model .. but, similar. I can't move to the Ajax versions yet, so I need to get this working. I don't see the dragStart in the IEDragDropManager, the Sys.UI._DragDropManager, or the GenericDragDropManager .. am I doing something wrong?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by KFrancis on 1/11/2007
Page 1 of 12 (114 items) 1 2 3 4 5 Next > ... Last »