Bilbro Bloggins

Musings of Brian Bilbro

Test Code Post From Graffiti Post Editor

This is a test post using the Graffiti post editor to see how code will display pasted from various sources. Sample pasted from Visual Studio: public object GetValueByIndex( int index) object returnData = null ; if (index< this .EntityProperties.Length) this .EntityProperties[index].GetValue( this...

Continue reading →

Test Code Post From Windows Live Writer

This is a test post from Windows Live Writer to see how code will display pasted from various sources. Sample pasted from Visual Studio: public object GetValueByIndex( int index) { object returnData = null ; if (index< this .EntityProperties.Length) { returnData = this .EntityProperties[index].GetValue...

Continue reading →

Dropdown List Box Filter Web Part in SharePoint – Part One

This is the first part of a multipart blog series. In part one , we created a simple SharePoint Web Part which displayed a text label that could be set via the Web Part Properties Editor. In part two of this blog series, we extended the simple SharePoint Web Part by adding a dropdown list box and populating...

Continue reading →