| bio | website | douglasweb.com |
|---|---|---|
| location | Virginia Beach, VA | |
| age | 47 | |
| visits | member for | 2 years |
| seen | May 17 at 18:24 | |
| stats | profile views | 17 |
SharePoint Developer, Admin, and Evangelist. Surfer of Social Networks. Cigar Smoker. Beer Drinker. Conservative. Freemason. All in no particular order.
|
May 9 |
comment |
Retrieve only the fields shown in userdisp.aspx from User Information List The solution I found also applies to getting the correct ViewFields for any list, it seems SPView.ViewFields does NOT reflect the fields that are defined in the browser, I am not sure why. The workaround is to define the local SPWeb object as such: SPWeb objWeb = SPContext.Current.Site.OpenWeb(SPContext.Current.Web.ServerRelativeUrl). |
|
Apr 15 |
awarded | Popular Question |
|
Mar 21 |
awarded | Tumbleweed |
|
Mar 14 |
comment |
User recognition in a form This question has already been answered here: sharepoint.stackexchange.com/questions/46302/… |
|
Mar 14 |
answered | How to get the url name of a subsite from a webpart? |
|
Mar 14 |
asked | Hosting custom web services as a virtual directory under a SharePoint web site |
|
Mar 14 |
awarded | Revival |
|
Mar 14 |
answered | Method not allowed (405) when deploying sharepoint 2007 (wss 3.0) solution from visual studio 2008 |
|
Mar 14 |
awarded | Yearling |
|
Mar 14 |
answered | SharePoint OOTB List and Lookup field problem |
|
Mar 14 |
comment |
Importing a list from one visual studio project to another Are you trying to manually copy a list definition from project b to project a, or do it in code? |
|
Mar 14 |
answered | ContentTypes and Site Columns via Visual Studio / CAML Query Updates broken |
|
Mar 14 |
answered | SPWeb.Webs, foreach and var |
|
Mar 14 |
awarded | Citizen Patrol |
|
Mar 14 |
comment |
Design Principles and Patterns in SharePoint I tried to add a comment with the flag, but couldn't. This is an open-ended question, not asking for help with a specific problem. I thought there was another area in the side for asking these sorts of questions. |
|
Mar 14 |
comment |
Create 3-4 editable Pages in sharepoint Which version of SharePoint are you using? It is important in giving you a proper answer. |
|
Feb 27 |
comment |
Deployed Timer Job not taking new code when deployed The same applies to WSS/MOSS 2007. Forgot about restarting the timer service, thanks StackExchange! |
|
Feb 22 |
awarded | Popular Question |
|
Jan 25 |
answered | How to manager large user access to specific folders? (300+ users) |
|
Jan 24 |
comment |
WebPart on Top of Displayform for Custom List, ListItem deleted => Server Error Understood. If the ITEM no longer exists, then, yes, you will see an error if you are on the display form for that item. I just tested it with one of my exception-handling web parts and it gives the same results. Well, the code is still useful, sorry it doesn't fix your current dilemna. |