I have a label control which text has to be changed dynamically based on date selected by the user. But the text has to come from Local Resource file.
I have to change the text on client side..so I am using the Javascript/JQuery.
Can you please help me reading the text from resource file in Javascript/JQuery.
I am using the AJAX Calendar Extender for the date selection and I am changing the text on OnClientDateSelectionChanged event, So I have to do it on the client side..please help me…
Thanks and appreciate your feedback.
There’s no direct support for reading resources from the client side.
Here is a blog post that has a solution for serving resources to JavaScript from ASP.NET.
As to posting your date selection back to the server, this seems like it could easily be handled by an AJAX call which jQuery has excellent support for.