I have written an event handler using ItemDeleting event , instead of showing default error page when user try to delete a document from document Library I want to show a warning message in Pop-up box ( Javascript)..
Regards Ash..
|
I have written an event handler using ItemDeleting event , instead of showing default error page when user try to delete a document from document Library I want to show a warning message in Pop-up box ( Javascript).. Regards Ash.. |
||||
|
|
|
It is in SP2007 event handlers not possible to open a dialog or redirect users to another page! SP2010 has improved the object model with the RedirectUrl property to allow event handlers to redirect users to another page. But to my knowledge it is still not possible to open a dialog from an event handler. |
||||
|
|
|
You can use Application pages for custom Error page |
||||