CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: AppSettings

  1. #1
    Join Date
    May 2001
    Location
    Mobile, AL.
    Posts
    64

    AppSettings

    How do I retrieve an AppSetting variable within javascript? I have an ASP.Net application with AppSettings in the Web.Config file. I can retrieve the variables from the server code, but how do I retrieve it on the client side in Javascript?

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: AppSettings

    I've absolutely no idea, this is a Java forum not Javascript. I suggest you post on the client scripting forum I'm sure someone there will be able to help you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured