User Profile

Collapse

Profile Sidebar

Collapse
asemon83
asemon83
Last Activity: Dec 16 '12, 04:57 AM
Joined: Dec 14 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • asemon83
    replied to post back control outside update panel
    Code:
    protected void MyLinkButton_Click(object sender, EventArgs e)
        {
            rdo.SelectedValue = "2";
           
        }
    ///////////
     <div>
            <asp:RadioButtonList ID="rdo" runat="server" AutoPostBack="True" RepeatDirection="Horizontal">
                <asp:ListItem Value="1" Selected="True">1</asp:ListItem>
    ...
    See more | Go to post
    Last edited by Rabbit; Dec 14 '12, 06:35 PM. Reason: Please use code tags when posting code.

    Leave a comment:


  • asemon83
    started a topic post back control outside update panel

    post back control outside update panel

    i have a radio button list out of update panle and i have a button in update panle and i want to change selected value my radio when i click on button
    See more | Go to post
No activity results to display
Show More
Working...