Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi to all,
Here i done ajaxtoolkit:modalpopupexternder while if i run in local machine popup will show when i host in webguru servre popup will do show its just refresh.what is the problem can anybody suggest

Design:

ASP.NET
<asp:LinkButton Text="" ID="btntarget" runat="server">
  <ajaxToolkit:ModalPopupExtender ID="newmodal"  runat="server" PopupControlID="newpopup" TargetControlID="btntarget"
CancelControlID="exitt" BackgroundCssClass="modalBackground" >

<asp:Panel ID="newpopup" runat="server" ScrollBars="Auto" Height="600px" Width="900px"   CssClass="modalPopup" Style="display: none">
    <div class="header">

Overview Details
ASP.NET
</div>
  <div class="body">
      <table border="0" cellpadding="0" cellspacing="0">
          <tr>
             <td>
              <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" EmptyDataText="No Updates Avaliable For this Task"
                    AllowPaging="True" PageSize="50000"
                    CssClass="myGridStyle"

          onpageindexchanging="gridtask_PageIndexChanging"  OnRowDataBound="gridtask_rowdatabound"  >
       <columns>
       </columns>
             </td>
          </tr>
      </table></div>
Posted
Updated 21-Jan-16 20:30pm
v3
Comments
Sinisa Hajnal 22-Jan-16 2:31am    
I don't see anything wrong with the code. Check here, maybe you notice something:
http://www.codeproject.com/Articles/34996/ASP-NET-AJAX-Control-Toolkit-ModalPopupExtender-Co
JOTHI KUMAR Member 10918227 22-Jan-16 2:36am    
actually its working fine, after publish but last two day it will not work properly.and i will check n console also not show any error how to i resolve it.
JOTHI KUMAR Member 10918227 22-Jan-16 7:16am    
CAn anybody tell how to resolve this
Arasappan 22-Jan-16 8:01am    
would u uplad the ajax bin file
Eng Mohamed Nasr 23-Jun-16 6:05am    
I have same problem ajax modal popup appears fine in Chrome and IE locally But when i published my website ajax modal popup works fine only in IE Not Chrome!!

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