26
2008
Using fieldcontrols in a ListView
When you want to use a fieldcontrol like a Text, Link or Image control in a ListView you need to specify a datasource. By not specifying a datasource Sitecore looks at the current item. Which in a ListView is not the right one. So you need so set the datasource in code-behind or use an Eval expression in code-before. When you want you use the code-behind option you need to raise an eventhandler which triggers [...]
21
2008
Dynamic load where parameters for linqDatasource
When using an Linq Datasource (linq to sql) for a datagrid (Gridview, ListView, etc) you don’t always want all rows from a table. To exclute data you can use the WhereParameters to add an where statement to your DataSource. You can do limited where statements with the Visual Studio Wizards. When you need more than a limited statement you can dynamicly create an Parameter to add to your Linq DataSource. The following examples shows how to filter the Linq Datasource [...]
Who am I
Sitecore blogs
Sitecore blogs
- Sitecore Descriptive Tree List Field Type
- Adding a Publish button in the contextal menu
- Sitecore Searcher and Advanced Database Crawler
- Dutch webinar about faster developing with Sitecore Rocks and VS2010
- Using XAML controls outside the Sitecore folder
- Easily Sanitize a Sitecore Item Name in C#
- Introduction to the Unified Page Editor
- Sitecore.Diagnostics.Assert statements
- Programmatically Add Controls to the HTML Head in Sitecore
- Filtering ECM Dispatcher

An article by Mark