Custom Web parts - redirect
I have 2 custom web parts. After a user enters information on one of the webparts, I then want to direct them to another web part page to complete the process. How do I accomplish this? Thank you, Ms. ZoolanderRZoolander
March 31st, 2011 3:31pm

You could place a specific URL you want it to go to using SharePoint Designer with the navigate to page action on the first web part pointing to the 2nd web part.
Free Windows Admin Tool Kit Click here and download it now
March 31st, 2011 3:55pm

Hi, You will need to create and configure workflow to achieve the redirect. For further guidance, please visit the links below. The other alternative you might want to consider is sending an email with a link to the user - again using workflow. http://social.msdn.microsoft.com/Forums/en/sharepointworkflow/thread/23f8164f-25e6-4d82-964b-9656119207fb http://social.msdn.microsoft.com/Forums/eu/sharepointworkflow/thread/e2e6ef33-0f6f-4f29-9c4f-47c4706748ce http://www.endusersharepoint.com/2010/01/20/redirect-a-sharepoint-site-by-using-the-content-editor-web-part/ hth,-- techChirag
March 31st, 2011 4:03pm

Hi Zoolander, If your webparts are custom in the sense of you controlling the code, then you can simply use the SPUtility.Redirect function on successful validation of information entered in SharePoint to redirect to the appropriate page (which would most likely have to be a property of the web part to make it configurable). Not sure I see any need for workflow in that scenario.
Free Windows Admin Tool Kit Click here and download it now
April 1st, 2011 6:11am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics