cannot assing <null> to implicit types local variable using asp.net
- by rockers
I have this
var result = general.GetInformation(int.Parse(ID), F_account, F_Info, Types);
this GetInformation is my Entity.Getinformation class.. when I am trying to assing result globly I am getting Cannot Assing to implicit typed local variable?
var result = ?
what should I assing in global?
thanks