Mvc Contrib Grid Editing by using a Modal Popup Extender
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开发者_Go百科 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 ?
Your going to have to add the AjaxControlToolkit pretty manually to use it with MVC.
I'd start here first: http://stephenwalther.com/blog/archive/2008/08/22/asp-net-mvc-tip-36-create-a-popup-calendar-helper.aspx
精彩评论