Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi..
I used link button for delete and and showing confirmation message to show whether sure to delete as
XML
<asp:LinkButton ID="lnkbtnDelete" runat="server" OnClick="lnkbtnDelete_Click"  OnClientClick="return confirm('Are you sure to delete this record?');"></asp:LinkButton>


Here in my localhost,it shows message as "Are you sure to delete this record". But in live server it shows as "Are you sure to delete?". What is the reason for this change,help to solve it
Posted
Comments
Bandi Ramesh 16-Feb-13 1:11am    
Make sure you deployed all your changes
Sandeep Mewara 16-Feb-13 2:22am    
Not possible. Sounds like old file somewhere.
mohammad ehsan 16-Feb-13 3:33am    
you can also change your browser to check whether in other browser is happening the same or not.

1 solution

The only two reasons could be:

1. The deployment of the page/site was not done successfully, i.e., there is still the old version of the file on the server.

OR

2. Your browser is accessing it's cache for this page, so you need to clear the browser cache.


Regards
Pawan
 
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