In my project i have 2 aspx files , in one aspx file i declared a variable as
var a=label1.text , now i am trying to access this var a from another aspx page , i tried declaring all methods & class of first aspx page as public , but no use , please resolve my issue.
Go to the complete details ...