Tagged Questions
2
votes
2answers
725 views
Page redirection in sharepoint 2010 webpart(sandboxed solution) using c# code is it possible?
I am using a sandboxed solution (sharepoint 2010 project is on office 365 hence using sandboxed solution) and want to go from one page to another on a button click event. This is achieved by ...
1
vote
2answers
557 views
Navigate to other page (Office 365)
I want to navigate from one ASP.NET page to another one (each with a visual webpart)
When I click a button on the first page (in my visual webpart of course), I should navigate to the second page.
But ...