I am new in asp.net and using vs2010 , code behind : c# , and some java script in markup (.aspx) .
Scenario: I have a string value ( it is a serialized Json string of a list of object ) and I want to pass this to a java script String value in .aspx for further action (deserilize it to a n Array using json2 in Java script).
As far as I researched there are two ways of doing this using a hidden-filed and using a java script variable. I did my reading but I could not find any clear instruction , direct response or any link to the answer will be appreciated.
I hope I was enough clear, if not please don't hesitate to ask me for more details.
P.S
I was following this Answer http://stackoverflow.com/a/11827070/4173238 in ...
Go to the complete details ...