Site icon Sibeesh Passion

Read appsetting from a web config file in client side

To read app settings key value from a web config file, do like the following.
[js]
var datalimit = ‘@System.Web.Configuration.WebConfigurationManager.AppSettings["JQXExcelLimit"]’;
[/js]

Exit mobile version