In ASP.MVC i am able to display some data in a MvcContrb grid and have Edit and Delete Options. When i click on Delete the selected row will be deleted and the grid will be refreshed. Now when i click on Edit the user will be navigated to a new page with the Emp ID selected Ex
I am thinking if I can open a Modal Popup Extender with the Emp ID and display the info when we click on edit link?
Any ideas how to proceed further ?