how to get count of list from Cs Page to JS Page
how to get count of list from Cs Page to JS Page
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
gunjan aroraPosted Jun 19, 2014, 4:37 AM
Anupam SinghPosted Jun 19, 2014, 3:32 AM
For this you have to define a global variable in cs file and then you have to set value on_load event of page load.
then you can access it in aspx page using <%=variablename%>
Hope it will help.