I am developing a web application using .NET4.0 and C# languge. In that application I have a aspx page and corresponding java script file. I need to access the value present in the external java script file in code behind file. How can I access that? I linked external java script and aspx page through ControlResources. Anyone please help in this issue. Thanks in advance.
I am developing a web application using .NET4.0 and C# languge. In that application
Share
Create a Hidden field on Server side and populate it on client side with your data. thus you will be able to make client end data on server side. I think its the only way of doing it.
aspx
on server side