Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all

Im using update progress of ajax in my project .Its working well im my system iis but not coming while adding the same copy to server.what may the reason.Adding process is slow as i want to send email and sms in the same button so i put update progress which is working also.but cant understand why its not working in server machine. is that machine missing any plugin.

Thanks in Advance
Amrutha
Posted
Updated 23-Oct-12 23:37pm
v2
Comments
Rajeev Jayaram 24-Oct-12 5:39am    
Are you showing gif image as progress indicator?
Sandeep Mewara 24-Oct-12 12:02pm    
Difficult to comment without seeing related code snippet of the implementation.
amritha444 25-Oct-12 2:02am    
hi all
thanks for the response
the code used is

<asp:UpdateProgress ID="UpdateProgress1" AssociatedUpdatePanelID="UpdatePanel1" runat="server">

<ProgressTemplate>
<div id="dvProgress" runat="server" style="position:absolute; top: 100px;
left: 300px; text-align:center;">
<asp:Image ID="Image2" runat="server" Height="200px" Width="200px"
ImageUrl="../User/images/mainl.gif" />
</div>
</ProgressTemplate>

<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<contenttemplate>
amritha444 25-Oct-12 2:05am    
which is working well in my local system.problem when i add this to iis of server machine..all other ajax controls i used like tab,auto fill,modal popup working well.. I need that control beause sending email and sms along with adding . Adding also not take place..
amritha444 22-Nov-12 3:14am    
its not the pblm of update progress instead code written inside button click.when i corrected mail code its working well

1 solution

its not the pblm of update progress instead code written inside button click.when i corrected mail code its working well
 
Share this answer
 

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