Search

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

Matching Posts

  • Re: Problems with Repeater ItemCommand Event and UpdatePanel Triggers

    Hi, What you have done is to change the text for the check box based on a database table. But my question is very different. I will use your code itself to demonstrate what I want. Instead of the just substitute it with text from a record in the table. <asp:UpdatePanel ID="UpdatePanelAtributos" runat="server" UpdateMode="Conditional" RenderMode="Inline" onload="UpdatePanelAtributos_Load" > <asp:Repeater ID="RepeatEntidades" runat
    Posted to ASP.NET AJAX UI (Forum) by Sitharaam Jayakumar on 12/19/2008
  • Re: Problems with Repeater ItemCommand Event and UpdatePanel Triggers

    Hi, What you have done is to change the text for the check box based on a database table. But my question is very different. I will use your code itself to demonstrate what I want. Instead of the just substitute it with text from a record in the table. <asp:UpdatePanel ID="UpdatePanelAtributos" runat="server" UpdateMode="Conditional" RenderMode="Inline" onload="UpdatePanelAtributos_Load" > <asp:Repeater ID="RepeatEntidades" runat
    Posted to ASP.NET AJAX UI (Forum) by Sitharaam Jayakumar on 12/19/2008
  • Re: Problems with Repeater ItemCommand Event and UpdatePanel Triggers

    Hello !!! Your solution looks promising. But unfortunately I am unable to understand the language in which you have replied. And I live in India where it is very difficult to find someone who knows Spanish or French (I am not sure which language you have used). The problem I am having is still pending. So I would be very obliged to you if you could post the solution in English once again sothat I understand it and can try it out. Thanks and regards, Jayakumar
    Posted to ASP.NET AJAX UI (Forum) by Sitharaam Jayakumar on 12/18/2008
  • Re: Problems with Repeater ItemCommand Event and UpdatePanel Triggers

    Hi, I have read and re-read the all the posts and links given in this thread but I am unable to get my code fixed which is to do with update panels and repeaters. So I thought I might as well put my question to all of you folks. I really need an answer. So any help is welcome. I have a data bound repeater which is inside an update panel and within that repeater there is another update panel containing a link button marked " Delete ". This means there is a Delete link button in each row
    Posted to ASP.NET AJAX UI (Forum) by Sitharaam Jayakumar on 9/5/2008
  • Re: Repeaters and Update Panels

    Hi Thomas, Received your reply and thanks but I am still facing major issues. The first thing I thought of whan I was faced with this problem was also to rebind the repeater. If you look at my code you will find protected void rprTasks_ItemCommand(object source, RepeaterCommandEventArgs e) { if (e.CommandName == "Remove") { Guid pri = new Guid(e.CommandArgument.ToString()); DeletefTask(pri); } } Here the record is being deleted using DeletefTask(pri); in the itemCommand event. Then the
  • Repeaters and Update Panels

    Hi, I have a rather peculiar and complicated problem related to Ajax and need help desperately. Been breaking my head over this for days. It is to do with Update panels and repeaters. I have a data bound repeater which is inside an update panel and within that repeater there is another update panel containing a link button marked " Delete ". This means there is a Delete link button in each row of the repeater. What I want is to be able to delete the row by clicking on the link button. On
Page 1 of 1 (6 items)