Friday, April 27, 2012

How to get appsetting value in JAVASCRIPT using Asp.Net


function Delaymehod()
{
var Redirect = '<%=ConfigurationManager.AppSettings["URLRedirect"].ToString() %>';
     window.location = Redirect;
}

No comments:

Post a Comment