Hello everybody
With a sharepoint list, is it possible to calculate a column value basing on other columns of the list value using a C# Method ?
My list contains start and end dates and i want to show business days of these dates intervals by using an home made c# method. I would prefer to do that in real time when showing the list, but if it is not possible, is it possible to call my c# method while creating a new row ?
Thank's by advance ^^