This site
The opinions expressed within this website are mine alone and do not represent the opinions of my employer or anyone else.Blogroll
Categories
-
Recent Posts
Recent Comments
- David Stöger on Sitecore ‘Redirect Manager’ module available on shared source.
- Christian Willumsen on Sitecore – Could not load file or assembly System.Data.SQLite
- Mark Ursino on Sitecore ‘Redirect Manager’ module available on shared source.
- Mark Cassidy on Sitecore LinkManager – Out of context link generation
- paulg on Problems with Sitecore and the staging module part 1.
Meta
Tag Archives: gridview
Sitecore with Gridview – rowupdating event doesn’t fire
Whenever using Databound server controls with Sitecore need to be aware that Sitecore meddles with some controls. This nasty issue which can have you banging your head against the wall for hours (days?) has been previously blogged by Mark Cassidy but I guess … Continue reading
Posted in ASP.net, C#, DataBinding, Sitecore, Web development and programming
Tagged gridview, rowupdating
3 Comments
GridView problem – Item has already been added. Key in dictionary: ‘Timestamp’ Key being added: ‘Timestamp’
In general ASP.net, this can be caused by calling DataBind() more than once on a databound control. Also be aware that this is influenced by automatic databind being on too. Relating this to Sitecore CMS, you should be aware that Sitecore ships … Continue reading
Posted in ASP.net, C#, Sitecore, Web development and programming
Tagged ASP.net, automatic databind, databind(), gridview, Sitecore
Leave a comment