I am at a bit of a loss as far as what is the best tool for the job would be:
What I need: A parent page has a link, when clicked a pop-up will pop up with a gridview and a save button.
If the user saved the gridview, the parent page should refresh and change, in other words I need to be able to pass data between client and server. Perhaps, I should mention that Save button will save the data from the gridview in the database, and i would like the pop-up to be closed, and the parent page refreshed.
I am using ASP.net 2.0 and currently have no AJAx library installed. I looked at CallBack in Asp.net and inclined to use it as it seems the easiest in this case.
EDIT: perhaps I should also mention that I would like the parent page to be inactive while the child window is up......
What would you recommend to use? Thanks!