Search

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

Matching Posts

  • Re: CollapsiblePanelProperties Adjustments

    I completely agree, helper ctors can be a real pain in the butt. And there's nothing I hate more than having to pass null into a constructor. But I don't think that having a couple would be an "unclean" design. I think every ExtenderProperties object should have a couple additional ctors (where appropriate) to reduce the lines of code necessary to complete a task. For example, every ExtenderProperties object should have the following constructor: Public Sub New(ByVal targetControlID As String) .
    Posted to ASP.NET AJAX Control Toolkit (Forum) by interscape on 4/19/2006
  • Re: Creating UpdatePanel in code behinde

    Go to your profile, and under the "Site Options" tab, there's a "Content Editor" option. Select "Developer (with code support)." This will add another button to the editor (after your profile exits the 10 minute cache, of course). Click that button and paste your code in the box that opens up. Enjoy :).
  • CollapsiblePanelProperties Adjustments

    Since we don't have access to the source control yet... would it be possible for you guys add some additional constructors on the ExtenderProperties classes? It would make them a tad easier to interact with programmatically. For example, I'd love to be able to pass in the TargetControlID into every constructor. It would make custom functions, like the one below, unnecessary. 1 Protected Function CollapsiblePanelProperties_Init( ByVal panelID As String , ByVal headerControl As Control) As AtlasControlToolkit
    Posted to ASP.NET AJAX Control Toolkit (Forum) by interscape on 4/19/2006
  • Re: Creating UpdatePanel in code behinde

    Hey Guys, I've been running into a similar issue, and I used this code to solve my problem. Luis' formatting kinda made it difficult to follow, so I wanted to post a cleaner version in VB that used better naming to give a self-explanatory example of what is going on. It uses MasterPages (because that has been an issue for some). If you're not using MasterPages, just delete the content control (but not it's contents). Hope this works well for others. 1 <%@ Page Language="VB" MasterPageFile="~/Default
  • Re: UpdatePanels in UserControls - "Can't Find" Errors

    Thanks for the heads-up. The code is already being called from Page_Init. I'm not really worried about the rebinding at the moment, because the error is coming up on the client side, I'm assuming before the postback is even fired. That would only be happening AFAIK if something in the control's naming was off.
    Posted to ASP.NET AJAX UI (Forum) by interscape on 4/18/2006
  • UpdatePanels in UserControls - "Can't Find" Errors

    One of these days, I'm going to have an AHA! moment and just get it (thought I did Saturday while I was coming up with this ). For now, this is about what I feel like: Onto the new problem: I have successfully recreated the functionality of ComponentArt's Snap control using Atlas PanelExtenders. I had hoped that this would solve the problem of not being able to use an UpdatePanel in my simple portal architecture. Up to this point, I've been putting the UpdatePanel inside the UserControl itself, to
    Posted to ASP.NET AJAX UI (Forum) by interscape on 4/17/2006
  • Re: Toggle Image for Collapsable Panel-instead of text

    The method I posted would probably be the best way to do it if you want to change the button state when it is toggled. Any other nethod would be a bit more work to enable. IMO, I think the control architecture should be changed a bit tho, in close keeping to the original solution. You should be able to specify a "LinkMode" (label, image) and have separate properties (ExpandText, ExpandImageUrl, etc.) for each behavior. I don't think having dual-use properties is a very clean architecture.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by interscape on 4/17/2006
  • Re: Toggle Image for Collapsable Panel-instead of text

    I blogged about another simple solution to this issue here: http://weblogs.asp.net/rmclaws/archive/2006/04/17/443085.aspx Either way works...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by interscape on 4/17/2006
  • Re: UpdatePanels and PanelExtenders...

    Also, would you be able to unmoderate me? I'm an MVP, and I used to be a moderator here... I think my "Moderator" bit got reset in the upgrade... Thanks!
    Posted to ASP.NET AJAX Control Toolkit (Forum) by interscape on 4/15/2006
Page 1 of 9 (84 items) 1 2 3 4 5 Next > ... Last ยป