Welcome to MSDN Blogs Sign in | Join | Help

August 2005 - Posts

Listless

This is something really silly. Any list that is a part of a site can be accessed by using a small snippet that looks more or less like this: SPSite site = new SPSite(http://localhost"); SPWeb web = site.OpenWeb(); SPList list = web.Lists[index]; Now

Trustworthy!!

The other day I landed on a very interesting issue. Before I break in the solution, let me just try and explain the problem the way it came in. Well, there was this guy who had created a custom web part to fetch a report from some database. He was supposed
 
Page view tracker