Modal popup close on one aspx from different aspx page on button click
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi . I am working on web page using ASP.NET. I have a dashboard . In that dashboard I have 4 grid views. On every grid view I put ADD NEW Button each. On clicking on that add new button J query modal pop up is opening and in that modal popup I have embedded different aspx page(so Called MasterData.aspx) in it using iframe tag. On click on server side save button after saving a data . The modal pop up should close. Note : This modal pop up is on Dash board page , My requirement is from MasterData.aspx page . modal pop should close which is on dashboard.aspx page Thanks