| bio | website | nsaneapps.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 1 month |
| seen | May 15 at 14:20 | |
| stats | profile views | 23 |
SharePoint / Web / Mobile / UI / Techie / Climber
|
Jan 30 |
comment |
Set data to Sharepoint Gridview from List and remove appropriate selected columns Glad it helped. Also, on Stack Exchange sites, please do not forget to mark answers as accepted if they helped. This lets other people know that the answer works and is correct. |
|
Aug 6 |
comment |
Force the document information panel to show with code or featuredefinition To 'Love' SP is a little strong... :o) It is more a love-hate relationship. |
|
Apr 5 |
comment |
Overriding GlobalNavigation Delegate control Great resource! Thanks! |
|
Feb 16 |
comment |
Include JavaScript in a feature Giving credit where due: weblogs.asp.net/jan/archive/2010/03/01/… |
|
Dec 22 |
comment |
Moving a web part to a different zone on a page Alex, First of all, thank you for all your responses on the SO sites. Don't know how you have time to always answer so thoroughly. Second, when I call .SaveChanges and two web parts point to the same list, the titles are erased and say 'Link[1]' and 'Link[2]'. Any experience with this? I know this should be its own question but in case others come across this question, they may also see this. |
|
Nov 3 |
comment |
Can I get the source for the out-of-the-box web parts in SharePoint 2010? Can you edit this and explain how to view them? Thank you for helping the newbies out. |
|
Oct 26 |
comment |
How to brand MySites in SharePoint 2010? Sam, you should accept answers to improve your accept rate. It goes a long way on here. |
|
Oct 26 |
comment |
How to feature staple to MySites masterpage Might as well accept some answers. Your rating is not doing well and that makes a difference on exchange sites. |
|
Aug 10 |
comment |
Sharepoint Web services: How to get permissions for a Document Library for the current user programmatically I need more rep in order to downvote this answer. |
|
May 18 |
comment |
Sharepoint template bug, workflow fix not working Run the step in the workflow with impersonation to get around the permission issue. |
|
May 18 |
comment |
How to get full login name from people picker using object model? Can also use Name instead of loginName in order to get the login portion only. |
|
May 16 |
comment |
Sharepoint2010 Lists Lookup Can you elaborate how you are doing the lookup? SPServices below is one way but there are plenty of others depending on how you are doing the lookups. |
|
May 16 |
comment |
Uninstalling PowerShell 1.0 before installing SharePoint 2010 I didn't need to uninstall 1.0 before installing 2.0 when making a development server. Do you really 'have to uninstall it'? I don't think so. |
|
May 16 |
comment |
Activating Publishing Feature breaks because of custom Master? the Url is wrong |
|
May 12 |
comment |
Deploying custom page into the pages library using a feature in SharePoint 2007? Thanks for this answer. Great material. |
|
May 12 |
comment |
Web part not available to add after Installing to the web farm Just a small tip: You do not need "-LiteralPath" in the "Add-SPSolution" command. just the command the absolute URL of the .wsp file. I know it works with but small tips are fun and this seems the most appropriate place. :o) |