I need a confirmation box for Item Adding event on a custom document library, can someone tell me what would be the best way of doing it using C# or I don't mind using jQuery/Javascript plugin either.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You make a redirect to the application page and show a confirmation box.
This will cause the redirect, which you point to an application page with your confirmation button on it. You can do this with the client object model with ECMA script also. Just write the javascript to take over the functionality and handle the request. In my opinion this is nicer for users, as it visibly takes less time. The simple way: Only had to do this for item deleting, and I use a java script confirmation box bound to the button, using JQuery. |
|||||||
|
|
My research said its not possible, only thing you can do is, redirect to a different page aspx page. |
|||
|
|
