Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have popupextender.When i clicked on button present in popupextender not fires for the first time.please help me.. urgent..

Thanks..

example:

XML
<asp:Image ID="imgDown" ImageUrl="../Images/arrow_down1.gif" runat="server" />

                                                                                                                <asp:Panel ID="pnlInboxResumes" runat="server" Width="35px" BorderColor="#99CCFF"
                                                                                                                    BorderStyle="Solid" BorderWidth="1" BackColor="White" Style="display: none;">
                                                                                                                    <table border="0" align="left" cellpadding="3" cellspacing="0">
                                                                                                                    <tr>
                                                                                                                        <td>
                                                                                                                            <asp:DataList ID="dlInboxResumes" runat="server" OnItemCommand="dlInboxResumes_ItemCommand"
                                                                                                                                OnItemDataBound="dlInboxResumes_ItemDataBound" on RepeatDirection="Vertical" DataKeyField="Path">
                                                                                                                                <ItemTemplate>
                                                                                                                                    <asp:ImageButton ID="imgbtnResume" runat="server" ImageUrl="~/Images/ParseResume_3.png"
                                                                                                                                        CausesValidation="false" CommandName="select" EnableViewState="true"/>
                                                                                                                                </ItemTemplate>
                                                                                                                            </asp:DataList>
                                                                                                                        </td>
                                                                                                                    </tr>
                                                                                                                    </table>
                                                                                                                </asp:Panel>
                                                                                                                <asp:PopupControlExtender ID="InboxParseResumes" runat="server" TargetControlID="imgDown"
                                                                                                                    PopupControlID="pnlInboxResumes" Position="Bottom" CommitProperty="ImageUrl">
                                                                                                                </asp:PopupControlExtender>
Posted
Updated 30-Apr-12 10:04am
v4
Comments
Shahin Khorshidnia 30-Apr-12 16:03pm    
Urgent?! For your information: We are not Technical Hotline Support. You must be patient, if you need help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900