0
votes
1answer
20 views
asp:button Created Programmatically: EventHandler does not fire
I am writing a SharePoint web part which will have a simple ASP.NET form. I am using HtmlTextWriter to render the controls. The problem I have is that my button does not seem to be …
0
votes
1answer
11 views
ASP.NET MVC Application in Sharepoint 2007 virtual directory.
Hi,
I have MOSS 2007 installed at lets say http://localhost:4999/ and I want to have my custom ASP.NET MVC (1.0) application at http://localhost:4999/mvcapp/ - logic dictates that …
0
votes
2answers
16 views
Access sharepoint list from windows application
Hi,
Can anyone tell me if I have some ways to access to sharepoint list from windows app?
I've tryed following way (i'm under user that is sharepoint member):
SPUserToken token …
0
votes
1answer
14 views
ERROR: 6553609 You are not authorized to perform the current operation
I'm trying to backup a sub site in my protal using Smigrate. When logged into the server and running the following command:
D:\Program Files\Common Files\Microsoft Shared\Web Serv …
0
votes
2answers
29 views
Popping up windows from a SharePoint webpart
Hi there,
I'm trying to pop a window up, from inside a procedure running in SharePoint. I need to pass a parameter to the URL, and have been trying to run the following, however, …
0
votes
1answer
16 views
How to get the SQL Server name and Role used by Sharepoint Server in Server farm?
I have a sharepoint server farm like the following.
Machine1: Test_DB in this machine i have installed SQL Server as named instance.
(Test_DB\sqlserver)
Machine2: Test …
1
vote
4answers
45 views
Is it possible to run two SharePoint instances on one server?
Hi,
Simple question : Is it possible to run two SharePoint instances on one server?
With a not so simple answer I suspect.
Thanks,
Peter
0
votes
1answer
12 views
Sharepoint Redirecting Users or Groups from a page to another.
Hello ,
What I am tring to do is, when people comes to that page:
http://server:26521/MY%5FPortal/service/default.aspx
I want them to be redirected to that page
http://server:2 …
0
votes
0answers
14 views
crawling folder content in sharepoint
Hi everyone,
I have a sharepoint site that gives me trouble with the search, it somehow crawls everything in the site but when I make a search for a document and I select one of th …
1
vote
2answers
31 views
Can different users have same USER ID in MOSS 2007
Hi I am just curious to know whether different users can have same user ID in MOSS 2007.
I have two SharePoint groups with different set of permission levels. SharePointGroup1 is i …
0
votes
1answer
58 views
Why does HttpContext.Current.User.Identity.Name return the wrong username when used in a webpart?
In a Sharepoint web page I am having a problem identifying the logged in user!
The Masterpage contains a normal ootb control that displays the username
<%@ Register TagPrefix= …
0
votes
1answer
19 views
List View Change
Hello all,
I know that a list permission can be changed. But it there a way to completely omit a user to see a list. Example - USer A can see Event List but User B cannot see it. …
0
votes
1answer
28 views
webpart - sharepoints
I've created a user control and added that user control to my webpart. But when i try to add the webpart in a page. i am facing the above stated problem.I ensured that dll was pres …
1
vote
1answer
24 views
Design question about SPSecurity.RunWithElevatedPriviledges in multi-tiered design
I have a question re: performance and design. Crux of the problem is: do I wrap RunWithElevatedPriviledges around a sequence of methods all requiring its use (but the call is in th …
0
votes
0answers
12 views
Web Part to Field control
Need to convert a web part to a field control on a Sharepoint page.
Part of the problem is to migrate all the content on existing pages that use the web part to the corresponding f …
