Search

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

Matching Posts

  • Re: Caching Issues With Repeater and UserControl

    I changed it to just PostID and now it's doing something interesting, that doesn't realy make sense to me. Basically, my repeater uses custom paging I have setup. Whatever "page" is loaded first, the exact same items will then load on every page. I turn off caching and everything works perfectly. So on an individual repeater "page" it is loading everything perfect with caching the first time. But as I browse through the data, it just keeps showing me the same thing on
    Posted to State Management (Forum) by PhaedoHD on 11/9/2009
  • Re: Caching User Control by Property?

    Did you ever figure this out? I'm having the same problem where I can't cache by a passed in parameter where I have a repeater with a nested UserControl. The parameter isn't there until after the cache is formed apparently. Did you just end up going with manual caching the data the user control uses?
    Posted to Web Forms (Forum) by PhaedoHD on 11/9/2009
  • Caching Issues With Repeater and UserControl

    Hi, I have a UserControl inside a repeater. The UserControl is cached using both VaryByCustom and VaryByControl. The "Control" to vary is actually a parameter that is fed in to the control through the repeater. My problem is that the VaryByControl part isn't working. When I take out the caching stuff, everything works perfectly, when I put it back in, not so much. Here's my code: Repeater: <asp:Repeater ID="rpBrowse" DataSourceID="sqlDataSource" OnItemDataBound
    Posted to State Management (Forum) by PhaedoHD on 11/8/2009
  • The module was expected to contain an assembly manifest. (Exception from HRESULT: 0x80131018)

    Hi, I'm getting the following error all the sudden on all my websites when i try to run them from visual studio. I've searched around on what might be causing it, but all the solutions i've found are for when it's a site specific problem. In my case every single site produces the same result. It was all working yesterday, but now today they all throw this exception. Any ideas? The module was expected to contain an assembly manifest. (Exception from HRESULT: 0x80131018) Description
    Posted to Web Forms (Forum) by PhaedoHD on 1/18/2009
  • Re: Bizzaro Button Error

    ok, got it working with the z-index and setting the position to absolute.
    Posted to Web Forms (Forum) by PhaedoHD on 9/25/2008
  • Re: Bizzaro Button Error

    ok, that is definitley the problem. I set the width so that it didn't expand over that area, but it still isn't letting me click. When i triple click it still highlights over the "You save...", but now the highlighted area doesn't even come near the "add to cart" area. Any ideas on that? If i change to position: absolute i can then use the z-index and then it works, bust just messes up the look, so i might just have to play around with that and get it to look right
    Posted to Web Forms (Forum) by PhaedoHD on 9/25/2008
  • Bizzaro Button Error

    Ok i am getting a really weird "error" in IE7 on a website i've been working on. Basically, the "add to cart" button ends up being clickable on the right half of the button, but not on the left half in IE7. Now what makes it even weirder is that on my dev version viewing in IE7 it works perfect, but the published version seems to contain this bug. It works perfectly in FF3 and Chrome on dev and published. You can see what i'm talking about here (assuming you are using
    Posted to Web Forms (Forum) by PhaedoHD on 9/25/2008
  • Re: Accordion Not Working in IE7

    ok, figured it out. It is a type conversion thing. I'm passing the function a string (innerHTML), but it wants an int. Apparently chrome and FF are just auto-converting it, but IE wants an explicit conversion. stupid loosely typed language, what good is it if you can't even assume an implicit string to int conversion. ;-)
    Posted to ASP.NET AJAX Control Toolkit (Forum) by PhaedoHD on 9/23/2008
  • Re: Invoke javascript when AccordionHeader is clicked

    < script language ="javascript" type ="text/javascript"> function pageLoad() { for ( var i=0 ; i<$find( '<%= myaccordion.ClientID %>_AccordionExtender' ).get_Count(); i++) { $addHandler($find( '<%= myaccordion.ClientID %>_AccordionExtender' ).get_Pane(i).header, "click" ,AccordionClick); } } function AccordionClick(sender,eventArgs) { //do whatever } </ script >
    Posted to ASP.NET AJAX Control Toolkit (Forum) by PhaedoHD on 9/23/2008
Page 1 of 16 (156 items) 1 2 3 4 5 Next > ... Last »