Browse by Tags
All Tags »
SharePoint (
RSS)
Our current project team decided to post development documents, guidelines, specs etc in a SharePoint site dedicated to project. We also decided we would try a Wiki to post coding standards and best practices, samples, tips on using certain WPF controls...
If you had to choose one of these methods to call to delete an item in a large list which would you choose? Here are your options in code 1: myListItem.Delete() .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier...
Hit this today attempting to install WATIR on my current development box. The domain has a proxy server that has only occasionally caused me issues, but now I was unable to use gem to install WATIR unless I could configure the proxy. The correct syntax...
For a long time I have wanted to be able to do this without it being a 2 day ordeal, or having to beg IT to open up some ports etc. Seems to me the last time I looked this was a lot harder than it is now. Has it gotten easier or did I just assume it was...
I was posting a WPF question on stackoverflow and I took a few minutes to tie up loose ends on a question I had asked back in September about how to best go about developing web parts for SharePoint as an ASP.NET developer. I was just getting started...
When you first start working with SharePoint, like any other new (to you) technology, you turn on the fire hose and start drinking down all the books patterns, samples and articles you can find. The SharePoint learning curve, which forms roughly a 90...
Ran into this issue with a SharePoint server running on 2008 Server. However the issues can affect 2003 Server SP2 and non-SharePoint sites as well. The basic problem description is slow page refresh times. This is the point where you say "SharePoint...
Ran into this issue today in a SharePoint WebPart that was using the SPGridView to display a list of items. However, the underlying issue is with the base System.Web.UI.WebControls.GridView Control and how it handles the various ways you can set style...
More Posts