Javascript – GridView Editing With Mootools

asp.netc++gridviewjavascriptmootools

I've a grid view which has BoundField columns, an Edit link and a Delete link.

For the Edit link, is it possible to call a modal box by MooTools with fields in it?

Note that previous values of the fields are displayed before making an update.

Thanks so much.

Best Solution

How about using jquery or ModalPopupExtender AjaxToolKit control?

Still, you can use the jquery tutorial for your mootools implementation. You can get a good idea from it to do it your own.