Playing With Plasticine

Elad Barkan's Share Point Pondering

Browse by Tags

All Tags » dev (RSS)
Designer's 'custom edit list form': "unexpected error" / “Input string was not in a correct format”
I had a strange issue recently: Did some minor changes on an edit “custom list form” and it stopped working: When users clicked OK, the mostly elaborated “unexpected error” appeared. Exploring deeper, I found that “Input string was not in a correct format”. After spending a lot of time trying to fix the code, found this blog with the only workaround that solved the issue: - In share point designer SP2 , list attachments are enabled in edit forms. - Due to that this tag is added to the web part code...
Creating graphs in share point Using designer and silverlight
A lot of my customers want to view their share point contents in a “BI sexy way” on their site. The common dream is about having a graph that will show high level information about a list, on real time. This article will show how to create such graph, with data view that uses Visifire Silverlight graph tools. Our sample will be an "action items" list graph that shows the count of different status: Step 1: Take resources from Visifire site Download resources 1. Download visifire resources...