Assume that i have 2 .aspx page (From.aspx and To.aspx)
and i have a hyperlink control inside the From.aspx which navigate to To.aspx and i used javascript to open a new window..
so now i have a Label inside From.aspx which have text = 1000. and i want pass it to To.aspx label value and to display. how can i do that? i've tried so many ideas with my reasearch, but i still can't work with it.