I have a GridView which may contain 10's and 100's of rows, on each row is an Edit link that will present the user with a modal popup to allow them to edit some details.
There seem to be 2 approaches:
The 2nd option seems to be the most efficient, but is there a preferred/recommended option?
the 2nd option is largely better, if you dont do this, you will have a hidden pop-up for each row, which will cause a bloated slow page.