Search

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

Matching Posts

  • Re: Problems with Repeater ItemCommand Event and UpdatePanel Triggers

    Yes MrPredator, You are right. I have some mistakes in the code, but just mistakes when writting here. So, this is the real code: <cc1:UpdatePanel ID= "PanelFotoGrande" runat= "server" Mode= "Conditional" > <ContentTemplate> <asp:Image ID= "imgFotoGrande" runat= "server" /> </ContentTemplate> <Triggers> <cc1:ControlEventTrigger ControlID= "rptMiniaturas" EventName= "ItemCommand" /> </Triggers>
    Posted to ASP.NET AJAX UI (Forum) by eCoGoblin on 12/27/2007
  • Re: Problems with Repeater ItemCommand Event and UpdatePanel Triggers

    Thanks Garbin, I read it. I have no idea how to make the behavior i want. I would like to refresh the big image, and some other things around de image, like nº of votes... I think in atlas for that purpose, because I would like to keep the thumbnails scroll in the same position when refreshing the image. Have any idea about to make that behavior? Sorry about my english ;-) Thanks.
    Posted to ASP.NET AJAX UI (Forum) by eCoGoblin on 9/26/2006
  • Problems with Repeater ItemCommand Event and UpdatePanel Triggers

    Hello, I have an UpdatePanel with a big photo, and outside of the UpdatePanel i have a Repeater that shows some thumbnails. The code is something like this: <cc1:UpdatePanel ID= "PanelFotoGrande" runat= "server" Mode= "Conditional" > <ContentTemplate> <asp:Image ID= "imgFotoGrande" runat= "server" /> </ContentTemplate> <Triggers> <cc1:ControlEventTrigger ControlID= "Button1" EventName= "Click"
    Posted to ASP.NET AJAX UI (Forum) by eCoGoblin on 9/26/2006
  • Re: Trigger control outside the updatepanel

    Thanks for your answers. I've tried the UpdatePanel.Update() method, but still refreshing the entire page. I've tried too somethinglike this: <cc1:UpdatePanel ID= "PanelFotoGrande" runat= "server" Mode= "Conditional" > <ContentTemplate> ...Big Foto... </ContentTemplate> <Triggers> <cc1:ControlEventTrigger ControlID= "rptMiniaturas" EventName= "ItemCommand" /> </Triggers> </cc1:UpdatePanel> <cc1
    Posted to ASP.NET AJAX UI (Forum) by eCoGoblin on 9/19/2006
  • Trigger control outside the updatepanel

    Hello, I need that the control typed in the "ControlID" property of a trigger, to be outside of the updatepanel. If I put the button inside of the updatepanel, atlas works correctly. But if I put the button outside of the updatepanel, the button_Click event is doing a complete postback of the entire page. I want to put the button outside, because i don't want to load the same button one more time, just want to refresh the updatepanel when this button is clicked. I hope you can understand
    Posted to ASP.NET AJAX UI (Forum) by eCoGoblin on 9/19/2006
  • Re: Simulating a POST form in a button click handler

    mmm... I'm tying to use this code, but.... When do you use the variable "sQry" ? In this variable is the data to be sent, it's not? Thanks a lot and sorry my english.
    Posted to Web Forms (Forum) by eCoGoblin on 7/24/2006
  • Including Flash in ASCX user control

    Hello, I tried to insert <IMG.. html controls to an ASCX control. I use the control in some pages, some of them are in other folders. When I access to a page in another folder, some images cannot be viewed, because the changing of the path. And I think, this is the functionality of a user control?? A few moments later I try to use an <asp:Image ... control in place of HTML <IMG.. controls, and It was wonderful.... The images were viewed perfectly, without care of the actual path. A few days
    Posted to Web Forms (Forum) by ecogoblin on 2/24/2005
Page 1 of 1 (7 items)