Hi
I have a const int varable to which i need to assing a value from config value .When I was giving it as
public const int MaxValue = int.Parse(System.Configuration.ConfigurationSettings.AppSettings["MaxVal"].ToString());;
I was getting a error .Can anyone help me out
View Complete Post