Click here to Skip to main content
16,017,634 members

Comments by Hari.Muttevi (Top 1 by date)

Hari.Muttevi 18-Apr-14 7:25am View    
I am Using the following Code for ajax control modelpopupExtender..
<asp:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="addcanceldummy"
PopupControlID="pnlpopup" BackgroundCssClass="ModalPopupBG" CancelControlID="btncancel">
<animations>
<onshowing>
<fadein forcelayoutinie="false" duration=".2" fps="10">

<onshown>
<fadein forcelayoutinie="false" duration=".2" fps="10">

<onhiding>
<fadeout forcelayoutinie="false" duration=".4" fps="20">

<onhidden>
<fadeout forcelayoutinie="false" duration=".4" fps="10">



But I am getting an error.
can anyone please suggest me...