quinnipiac0807
Programmer
I've been working with this problem for a while but have been unable to come up with a solution that works. I have a parent page called CustodianView.aspx and a child page called DeleteCustodianAssignment.aspx. I use an image button to get from the parent page to the child page, then an ok/cancel button to get back to the parent page. I need a way to refresh a datagrid on the parent page when you click ok. What the ok button does is delete an item in the datagrid, which is the reason I need to refresh it. The delete works b/c if you refresh it manually it is correct, but I want it to refresh when you click ok. I've tried a bunch of different way with no luck. Can anyone explain to me how to do this or have any examples or anything?
Any help is always apreciated. Thanks again in advance.
Any help is always apreciated. Thanks again in advance.