Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends,

in my search page i am giving one link in grid view for edit details on click on edit link member detail page open into fancy box.

what i need i want to refresh grid view after update on editmember page and edited record should be display into grid insted of old record.
1-search record
2-edit a row after search
3-then display the updaing record.

i tried so many ways which i got from internet different-2 forums for updating parent after client.i also apply javasctipt code but not get solution.

XML
<script type="text/jscript">

window.onunload = refreshParent;
function refreshParent() {
var loc = window.opener.location;
window.opener.location = loc;
}
</script>


i trying to finish this from one week but unable to do i am looking for help.

thanks
Posted
Updated 1-Apr-13 23:10pm
v3
Comments
Karthik Harve 2-Apr-13 5:11am    
[Edit] pre tags changed, removed commanding statements.

Re-fill the GridView after submit.
 
Share this answer
 
how if you need code i can share....
 
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