Search

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

Matching Posts

  • CascadingDropDownList with parameters for the first dropdown contents

    Hi, I'm trying ot make use of the CascadingDropdown control but I'm having trouble figuring out how to pass the parameters I need to populate the initial (top level) DropDownList For example, I have the following DropdownLists: Program SubProgram I want the cascade to occur on the SubProgram. The problem lies in populating the Program DropDownList. I need to populate it based on a couple integer values (ProducerID and ProductID). How do I specify these values for use in the webmethod? I can't
    Posted to ASP.NET AJAX Control Toolkit (Forum) by danehrig on 11/20/2007
  • Cancelling a updatepanel partial postback on user navigation

    I've got an update panel which is loads a report after the page has otherwise completed loading. Ideally what I would like to do is force the update panel to cancel somehow when the user navigates away using a link. Currently what it does when the link is clicked is finish the updatepanel's postback, then navigate away. Is there anything I can do to improve this?
    Posted to ASP.NET AJAX UI (Forum) by danehrig on 11/9/2007
  • Replacing an IFrame with an updatepanel

    I current have a web application which has an iframe on the default page. After the user has logged in, the Iframe is set to contain another page based on a user preference. For example, most users will see the default page with a default report loading inside it after login. Users may customize which report they want to see (and therefore which page loads in the iframe.) Now my manager wants to get rid of the iframe for various reasons. In particular he would like the users to be able to interact
  • Displaying a pdf inside a modalpopup?

    Is it possible to display a pdf with the full pdf toolbar (save print etc) inside a modalpopup? Looking through the documentation I dont' see any intuitive way to do so.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by danehrig on 10/5/2007
  • Re: Multiple users of single VS2005 installation on server over Remote Desktop

    That was my first inclination as well, but our boss is dead set against it. Are there any other approaches? I'm really not even sure if this is within the VS2005 license or not but that's above my pay grade I suppose.
    Posted to Visual Studio 2005 (Forum) by danehrig on 10/3/2007
  • Multiple users of single VS2005 installation on server over Remote Desktop

    Hello, I've recently started a new job at a company that is trying to make do with a single copy of VS2005 on a central server that the developers remote desktop to. The problem I'm running into is that when developing, when I try stepping through on a debug I don't get anywhere because someone has changed code in some other class and the debugger wants to be restarted. Is there any way to mitigate this behavior?
    Posted to Visual Studio 2005 (Forum) by danehrig on 10/3/2007
  • Re: CollapsiblePanel initial height

    Just realized we we need to wrap the lines to make sure it only happens on vertical animations: if ( this ._expandDirection == AjaxControlToolkit.CollapsiblePanelExpandDirection.Vertical) { // set the containing panel's height to auto in case of hidden children this .get_element().style.height= "auto" ; }
    Posted to ASP.NET AJAX Control Toolkit (Forum) by danehrig on 3/14/2007
  • Re: CollapsiblePanel initial height

    Mission accomplished! (I think) after screwing around all over the place in both the collapsiblepanelbehavior.js and animations.js code and screwing things up spectacularly, I restarted from scratch and added a single line to the initialize function which seems to have had the desired effect. In CollapsiblePanelBehavior.js, added these two lines: // set the containing panel's height to in case of hidden children this.get_element().style.height="auto"; to initialize() just after this._setTargetSize
    Posted to ASP.NET AJAX Control Toolkit (Forum) by danehrig on 3/14/2007
  • Re: CollapsiblePanel initial height

    Wow, this is already on page three. Anyone run into this before?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by danehrig on 3/14/2007
  • CollapsiblePanel initial height

    I've got a little problem: I have a collapsiblepanel which initializes with collapsed = false. Inside it is another collapsiblepanel initialized with collapsed = true. The problem is that when the page first loads, the parent collapsiblepanel initializes with a fixed height, which I've traced down to the javascript level and found to be set to the panel's offsetheight. The problem with that is that it doesn't leave room for the child collapsiblepanel to expand. When one does expand the child it will
    Posted to ASP.NET AJAX Control Toolkit (Forum) by danehrig on 3/13/2007
Page 1 of 5 (49 items) 1 2 3 4 5 Next >