aha now I understand how to create files and inside them how to create JSON objects.
Now to be able to read from this file I need only to reference them(like all javascript files) in my view right ?
If so...why do I need an ajax call, because we know that with ajax we make requests in server from client side.Now if I reference these javascript files in my view then I suppose I don`t need ajax requests, or do I ?
Thank You for your patient.I really appreciate your help.
drilli
Member
18 Points
24 Posts
Re: Pass resx files in client side as JSON or Javascript objects
Apr 12, 2012 10:49 AM|LINK
aha now I understand how to create files and inside them how to create JSON objects.
Now to be able to read from this file I need only to reference them(like all javascript files) in my view right ?
If so...why do I need an ajax call, because we know that with ajax we make requests in server from client side.Now if I reference these javascript files in my view then I suppose I don`t need ajax requests, or do I ?
Thank You for your patient.I really appreciate your help.