Justin Cooney
Web Development Tips and Examples
Category: XML
-
I was looking for some information or examples about how to customize the SharePoint Tree View control, but couldn’t find any examples or information. I managed to customize it so here are my notes about how. Background Story: In ‘out of the box’ SharePoint you can enable a cool left hand menu bar for site…
-
Adding your own custom CSS can be super useful and a great way to spruce up stock SharePoint views. You can use the CSS designer of SharePoint Designer but that is clunky at best. All things considered, it’s best to use your own markup if you want to customize your SharePoint views. For starters let…
-
SQL Server 2000 is an old database platform now, but it is still fairly widely used. That’s why it’s good to know how to pass a list of parameters to a stored procedure on the SQL Server 2000 database platform. Likewise, the code is forwards compatible and will work with more modern versions of SQL…