Click here to Skip to main content
15,911,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This code works on the page but when am trying to invoke the page inside the Iframe Gridview
not showing the updated data.
Posted
Comments
Thomas ktg 18-Mar-14 3:00am    
Post your code which you have tried out it could be more useful to answer your question.

1 solution

C#
function reload(){document.getElementById(FrameID).contentWindow.location.reload(true);
}

Just call this javscipt method 
 
Share this answer
 
v2
Comments
Ni!E$H_WAGH 18-Mar-14 2:55am    
Am not using the href property Am using onclick event of li tag

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