Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » C#   (RSS)

How to work around bugs in the SPGridView control

SharePoint has a little known web control called SPGridView. This control can give you a SharePoint list-like view of data from any data source you can bind to (from a database or other sources). It also has features to sort, filter and group the data
Posted by Valdon | 4 Comments
Filed under: , ,

Lookup Helper Methods

Sometimes when writing custom code for SharePoint, you want to open the list to which another list field is referring (when it uses a lookup field). I had to do this to put the lookup field values in a custom menu item. Other times, you just want the
Posted by Valdon | 3 Comments
Filed under: , ,

Accessing images and other binary files in blob fields through SharePoint BDC

There are many applications that store binary data in blob or varbinary fields of a database, including pictures, Office documents, PDFs and other types of documents. Recently, a customer had the need to display, in SharePoint, an image stored in an Oracle
Posted by Valdon | 5 Comments
Filed under: , , , ,
 
Page view tracker