Asp.Net retrieve Web.config AppSettings in c# code behind
have a reference:
using System.Web.Configuration;
then use this code to retrieve the value:
WebConfigurationManager.AppSettings["propertyName"]
Achievement provides the only real pleasure in life
have a reference:
using System.Web.Configuration;
WebConfigurationManager.AppSettings["propertyName"]
Posted by SF at 2:41 pm
No comments:
Post a Comment